Nevron .NET Vision
Nevron.GraphicsCore Namespace / NTextListStyle Class / Type Property


In This Topic
    Type Property (NTextListStyle)
    In This Topic
    The type of the text list items.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("The type of the test list items.")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property Type As TextListStyleType
    'Usage
     
    
    Dim instance As NTextListStyle
    Dim value As TextListStyleType
     
    instance.Type = value
     
    value = instance.Type
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("The type of the test list items.")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.Xml.Serialization.XmlAttribute()]
    public TextListStyleType Type {get; set;}
    Remarks
    The type can be one of the values of the TextListStyleType enumeration.
    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