ElementAlignment.InternalRootMarginKey Property
Gets a ResourceKey for accessing the InternalRootMargin resource.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Developer (in Microsoft.Windows.Design.Developer.dll)
Syntax
'Declaration
Public Shared ReadOnly Property InternalRootMarginKey As ResourceKey
'Usage
Dim value As ResourceKey
value = ElementAlignment.InternalRootMarginKey
public static ResourceKey InternalRootMarginKey { get; }
public:
static property ResourceKey^ InternalRootMarginKey {
ResourceKey^ get ();
}
public static function get InternalRootMarginKey () : ResourceKey
Property Value
Type: System.Windows.ResourceKey
A key for accessing the InternalRootMargin resource in the Application resources.
.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.