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