LastChildFill Property (C1DockPanel)
In This Topic
Gets or sets a value indicating whether the last child of the panel fills the remaining space.
Syntax
'Declaration
Public Property LastChildFill As Boolean
public bool LastChildFill {get; set;}
See Also