Table of Contents

Property DefaultDistanceToContent

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DefaultDistanceToContent

Gets or sets default toolbar distance to other content of the control.

public static double DefaultDistanceToContent { get; set; }

Property Value

double

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.