Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the pixel margin on the inside of the root element container.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Developer (in Microsoft.Windows.Design.Developer.dll)
Syntax
'Declaration
Public Shared ReadOnly Property InternalContainerMargin As Double
'Usage
Dim value As Double
value = ElementAlignment.InternalContainerMargin
public static double InternalContainerMargin { get; }
public:
static property double InternalContainerMargin {
double get ();
}
public static function get InternalContainerMargin () : double
Property Value
Type: System.Double
The pixel margin on the inside of the root element container.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.