Property DefaultDistanceToContent
DefaultDistanceToContent
Gets or sets default toolbar distance to other content of the control.
public static double DefaultDistanceToContent { get; set; }
Property Value
Remarks
This property is not used in the ToolBar directly and added here for the convenience. You can assign one of the sides of Margin property with it. For example, for toolbars with top VerticalAlignment, you can set bottom margin.