ArcFM Solution Developer Guide
Anchor Property (FeatureControl)


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 FeatureControl
Dim value As System.Windows.Forms.AnchorStyles
 
instance.Anchor = value
 
value = instance.Anchor
[SRCategory("CatLayout")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[SRDescription("ControlAnchorDescr")]
[System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)]
public virtual System.Windows.Forms.AnchorStyles Anchor {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

FeatureControl Class
FeatureControl Members

 

 


Send Comment