Gets or sets default size of items docked inside this DockControl, expressed as percentage of the control's size. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public Thickness RelativeDropSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RelativeDropSize As Thickness |
A WPF Thickness object specifying the relative size of the items for each dock location.
See Also