FlyoutPanelOptions.VertIndent Property
Gets or sets the panel’s vertical indent from the owner’s top left or top right corner when the FlyoutPanelOptions.AnchorType property is set to TopLeft or TopRight.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | The panel’s vertical indent from a corner, in pixels. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to VertIndent |
---|---|
FlyoutPanel |
|
Remarks
See FlyoutPanelOptions.HorzIndent, to learn more.
See Also