StubGlyphOptions.Type Property
In This Article
Gets or sets the stub glyph shape.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[DefaultValue(GlyphBackgroundType.Rectangle)]
public GlyphBackgroundType Type { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
Rectangle | A DevExpress. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Type |
---|---|
Bar |
|
Ribbon |
|
Win |
|
#Remarks
Using this property, you can switch between rectangular and circular stub glyphs.
For rectangular glyphs, you can additionally specify the StubGlyphOptions.CornerRadius property. See Stub Glyphs to learn more.
See Also