Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

[DXCategory("Layout")]
public int VertIndent { get; set; }

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
.Options.VertIndent

Remarks

See FlyoutPanelOptions.HorzIndent, to learn more.

See Also