Nevron.Diagram.Editors Namespace / NMapImporterUC Class / Anchor Property


Anchor Property (NMapImporterUC)
Syntax
'Declaration
 
<SRCategoryAttribute("CatLayout")>
<System.ComponentModel.LocalizableAttribute(True)>
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<SRDescriptionAttribute("ControlAnchorDescr")>
<System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Overridable Property Anchor As System.Windows.Forms.AnchorStyles
 
'Usage
 
Dim instance As NMapImporterUC
Dim value As System.Windows.Forms.AnchorStyles
 
instance.Anchor = value
 
value = instance.Anchor
Requirements

Target Platforms: 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