IFlyoutDefaultProperties.ActualButtonSize Property
Gets the current button size for this Flyout.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[Browsable(false)]
Size ActualButtonSize { get; }
<Browsable(False)>
ReadOnly Property ActualButtonSize As Size
Property Value
Type | Description |
---|---|
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
Feedback