Back to Devexpress

LayoutSettings.ImageDocking Property

wpf-devexpress-dot-xpf-dot-navbar-dot-layoutsettings.md

latest3.0 KB
Original Source

LayoutSettings.ImageDocking Property

Gets or sets a value that specifies the dock position of an image within a parent’s layout slot. This is a dependency property.

Namespace : DevExpress.Xpf.NavBar

Assembly : DevExpress.Xpf.NavBar.v25.2.dll

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public Dock ImageDocking { get; set; }
vb
Public Property ImageDocking As Dock

Property Value

TypeDescription
Dock

One of the Dock enumeration values.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ImageDocking
LayoutSettings

.Default .ImageDocking

| | NavBarGroup |

.ActualLayoutSettings .ImageDocking

| | NavBarGroup |

.ItemLayoutSettings .ImageDocking

| | NavBarGroup |

.LayoutSettings .ImageDocking

| | NavBarItem |

.ActualLayoutSettings .ImageDocking

| | NavBarItem |

.LayoutSettings .ImageDocking

| | NavBarItemControl |

.LayoutSettings .ImageDocking

| | NavBarViewBase |

.GroupLayoutSettings .ImageDocking

| | NavBarViewBase |

.ItemLayoutSettings .ImageDocking

|

Remarks

Use the ImageDocking property to define how an image is docked within its container.

See Also

ImageHorizontalAlignment

ImageVerticalAlignment

LayoutSettings Class

LayoutSettings Members

DevExpress.Xpf.NavBar Namespace