Dela via


ElementAlignment.ExternalMargin Property

Gets the pixel margin on the outside of elements on the design surface.

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

Syntax

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

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

Property Value

Type: System.Double
The pixel margin on the outside of elements on the design surface.

.NET Framework Security

See Also

Reference

ElementAlignment Class

ElementAlignment Members

Microsoft.Windows.Design.Interaction Namespace