Back to Devexpress

IFlyoutDefaultProperties.ActualButtonSize Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-iflyoutdefaultproperties-842fede1.md

latest2.1 KB
Original Source

IFlyoutDefaultProperties.ActualButtonSize Property

Gets the current button size for this Flyout.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
Size ActualButtonSize { get; }
vb
<Browsable(False)>
ReadOnly Property ActualButtonSize As Size

Property Value

TypeDescription
Size

A Size structure that specifies the current button size for this Flyout.

|

Remarks

See the IFlyoutDefaultProperties.ButtonSize and IFlyoutProperties.ButtonSize properties to learn more.

See Also

IFlyoutDefaultProperties.ButtonSize

IFlyoutProperties.ButtonSize

IFlyoutDefaultProperties Interface

IFlyoutDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace