Nevron.GraphicsCore Namespace / NStringFormatStyle Class / StringFormatType Property


StringFormatType Property
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also