MindFusion.Wpf Pack Programmer's Guide
DockControl.RelativeDropSize Property
See Also
 





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

 Syntax

C#  Copy Code

public Thickness RelativeDropSize { get; set; }

Visual Basic  Copy Code

Public Property RelativeDropSize As Thickness

 Property Value

A WPF Thickness object specifying the relative size of the items for each dock location.

 See Also

DockControl Members
DockControl Class
MindFusion.UI.Wpf Namespace