'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property Shape As ScaleLevelShape
'Usage
Dim instance As NRulerStyle Dim value As ScaleLevelShape instance.Shape = value value = instance.Shape
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public ScaleLevelShape Shape {get; set;}