ArcFM Solution Developer Guide
Anchor Property (WorkLocationProps)


Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.LocalizableAttribute(True)>
<SRCategoryAttribute("Layout")>
<SRDescriptionAttribute("Defines the edges of the container to which a certain control is bound. When a control is anchored to an edge, the distance between the control's closest edge and the specified edge will remain constant. ")>
<System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Property Anchor As System.Windows.Forms.AnchorStyles
'Usage
 
Dim instance As WorkLocationProps
Dim value As System.Windows.Forms.AnchorStyles
 
instance.Anchor = value
 
value = instance.Anchor
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.Localizable(true)]
[SRCategory("Layout")]
[SRDescription("Defines the edges of the container to which a certain control is bound. When a control is anchored to an edge, the distance between the control's closest edge and the specified edge will remain constant. ")]
[System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)]
public 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

WorkLocationProps Class
WorkLocationProps Members

 

 


Send Comment