'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> <System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets whether the text will be centered horizontally.")> Public Property Center As System.Boolean
'Usage
Dim instance As NGdiTextFormat Dim value As System.Boolean instance.Center = value value = instance.Center
[System.Xml.Serialization.XmlIgnore()] [System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets whether the text will be centered horizontally.")] public System.bool Center {get; set;}