Back to Devexpress

SimpleButton.GlyphWidth Property

wpf-devexpress-dot-xpf-dot-core-dot-simplebutton-d02983a8.md

latest1.7 KB
Original Source

SimpleButton.GlyphWidth Property

Gets or sets the width of the frame into which the button icon is fitted. This is a dependency property.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public double? GlyphWidth { get; set; }
vb
Public Property GlyphWidth As Double?

Property Value

TypeDescription
Nullable<Double>

A Double value that specifies the width, in pixels, of the frame into which the icon is fitted.

|

Remarks

You can specify the icon for the current button using the Glyph property. The GlyphWidth and GlyphHeight properties specify the dimensions of the frame into which the icon is fitted.

See Also

GlyphHeight

Glyph

GlyphAlignment

GlyphToContentOffset

SimpleButton Class

SimpleButton Members

DevExpress.Xpf.Core Namespace