Back to Devexpress

FlyoutPanelOptions.VertIndent Property

windowsforms-devexpress-dot-utils-dot-flyoutpaneloptions-dab777b9.md

latest1.9 KB
Original Source

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

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DXCategory("Layout")]
public int VertIndent { get; set; }
vb
<DXCategory("Layout")>
Public Property VertIndent As Integer

Property Value

TypeDescription
Int32

The panel’s vertical indent from a corner, in pixels.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to VertIndent
FlyoutPanel

.Options .VertIndent

|

Remarks

See FlyoutPanelOptions.HorzIndent, to learn more.

See Also

HorzIndent

AnchorType

ShowPopup

FlyoutPanelOptions Class

FlyoutPanelOptions Members

DevExpress.Utils Namespace