FlyoutPanelOptions.VertIndent Property
In This Article
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.2.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 Vert |
---|---|
Flyout |
|
#Remarks
See FlyoutPanelOptions.HorzIndent, to learn more.
See Also