ArcFM Solution Developer Guide
Margin Property (FeatureControl)


Syntax
'Declaration
 
<SRDescriptionAttribute("Specifies space between this control and another control's margin.")>
<SRCategoryAttribute("Layout")>
<System.ComponentModel.LocalizableAttribute(True)>
Public Property Margin As System.Windows.Forms.Padding
'Usage
 
Dim instance As FeatureControl
Dim value As System.Windows.Forms.Padding
 
instance.Margin = value
 
value = instance.Margin
[SRDescription("Specifies space between this control and another control's margin.")]
[SRCategory("Layout")]
[System.ComponentModel.Localizable(true)]
public System.Windows.Forms.Padding Margin {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