Back to Devexpress

SimpleButton.GlyphHeight Property

wpf-devexpress-dot-xpf-dot-core-dot-simplebutton-2464f8c1.md

latest1.7 KB
Original Source

SimpleButton.GlyphHeight Property

Gets or sets the height 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? GlyphHeight { get; set; }
vb
Public Property GlyphHeight As Double?

Property Value

TypeDescription
Nullable<Double>

A Double value that specifies the height, 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 GlyphHeight and GlyphWidth properties specify the dimensions of the frame into which the icon is fitted.

See Also

GlyphWidth

Glyph

GlyphAlignment

GlyphToContentOffset

SimpleButton Class

SimpleButton Members

DevExpress.Xpf.Core Namespace