'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.CategoryAttribute("StringFormat")> <System.ComponentModel.DescriptionAttribute("The string format type associated with the style.")> Public Property StringFormatType As StringFormatType
'Usage
Dim instance As NStringFormatStyle Dim value As StringFormatType instance.StringFormatType = value value = instance.StringFormatType
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Category("StringFormat")] [System.ComponentModel.Description("The string format type associated with the style.")] public StringFormatType StringFormatType {get; set;}