DockLastChildToEnd Property (AppointmentWrapPanel)
In This Topic
The DockLastChildToEnd property determines whether the last child element should be docked to the bottom right corner of the
AppointmentWrapPanel. The default value is False. This is a dependency property.
Syntax
'Declaration
Public Property DockLastChildToEnd As Boolean
public bool DockLastChildToEnd {get; set;}
See Also