Back to Devexpress

ContextButtonBase.Height Property

windowsforms-devexpress-dot-utils-dot-contextbuttonbase-b87406c4.md

latest1.6 KB
Original Source

ContextButtonBase.Height Property

Gets or sets the button height.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DefaultValue(0)]
[DXCategory("Layout")]
public int Height { get; set; }
vb
<DXCategory("Layout")>
<DefaultValue(0)>
Public Property Height As Integer

Property Value

TypeDefaultDescription
Int320

An integer value that specifies the button height.

|

Remarks

The button size is automatically calculated based on the sizes of the button image, caption and padding (see ContextButtonBase.Padding). The ContextButtonBase.Width and Height properties allow you to override the automatically calculated values with custom ones.

See Also

Width

ContextButtonBase Class

ContextButtonBase Members

DevExpress.Utils Namespace