Dela via


ElementAlignment.InternalRootMargin Property

Gets the pixel margin on the inside of element containers on the design surface, excluding the root container.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Developer (in Microsoft.Windows.Design.Developer.dll)

Syntax

'Declaration
Public Shared ReadOnly Property InternalRootMargin As Double
'Usage
Dim value As Double 

value = ElementAlignment.InternalRootMargin
public static double InternalRootMargin { get; }
public:
static property double InternalRootMargin {
    double get ();
}
public static function get InternalRootMargin () : double

Property Value

Type: System.Double
The pixel margin on the inside of element containers on the design surface, excluding the root container.

.NET Framework Security

See Also

Reference

ElementAlignment Class

ElementAlignment Members

Microsoft.Windows.Design.Interaction Namespace