Nevron .NET Vision
Nevron.GraphicsCore Namespace / NStringFormatStyle Class / StringFormatType Property


In This Topic
    StringFormatType Property
    In This Topic
    The string format type associated with the style.
    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
    [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;}
    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