Version

MarginsAppearance Constructor

This default constructor allows developers to create a new MarginsAppearance for passing into another Appearance object.
Syntax
'Declaration
 
Public Function New()
public MarginsAppearance()
Remarks

The MarginsAppearance is initially created with all margins set to 0 pixels.

Enabling parent Appearance notification requires developers to also call the SetParentAppearance and SetParentProperty methods of the base class.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also