'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets an enum value that specifies preferences for automatic selection of dock zones.")> Public Property ZonePreference As AxisAutoDockZonePreference
'Usage
Dim instance As NBestVisibilityAxisAnchor Dim value As AxisAutoDockZonePreference instance.ZonePreference = value value = instance.ZonePreference
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets an enum value that specifies preferences for automatic selection of dock zones.")] public AxisAutoDockZonePreference ZonePreference {get; set;}