Nevron .NET Vision
Nevron.GraphicsCore Namespace / NTextStyle Class
Members


In This Topic
    NTextStyle Class
    In This Topic
    Controls the font, appearance and formatting of text objects.
    Object Model
    NTextStyle Class
    Syntax
    'Declaration
     
    
    <System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <System.ComponentModel.TypeConverterAttribute(Nevron.GraphicsCore.NTextStyleTypeConverter)>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.GraphicsCore.NFillStyle)>
    <System.SerializableAttribute()>
    Public Class NTextStyle 
       Inherits NAppearanceStyle
       Implements Nevron.Dom.INAttribute, Nevron.Dom.INAttributeContainer, Nevron.Dom.INHistoryCallback, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NTextStyle
    [System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)]
    [System.ComponentModel.TypeConverter(Nevron.GraphicsCore.NTextStyleTypeConverter)]
    [System.Xml.Serialization.XmlInclude(Nevron.GraphicsCore.NFillStyle)]
    [System.Serializable()]
    public class NTextStyle : NAppearanceStyle, Nevron.Dom.INAttribute, Nevron.Dom.INAttributeContainer, Nevron.Dom.INHistoryCallback, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Remarks
    The text style is a composite attribute, which cantains the following additional attributes:
    • If the string format is set to Simple - controls the font of the displayed text. If the string format is set to XML - controls the default font of the XML formatted text
    • Controls the displayed string formatting. The most important property of this attribute is the StringFormatType property, which lets you specify whether the displayed string is a simple string or is an XML formatted string.
    • If the string format is set to Simple - controls the fill style of the displayed text. If the string format is set to XML - controls the default fill style of the XML formatted text
    • If the string format is set to Simple - controls the shadow style of the displayed text. If the string format is set to XML - controls the default shadow style of the XML formatted text
    • If the string format is set to Simple - controls the border style of the displayed text. If the string format is set to XML - controls the default border style of the XML formatted text
    • Controls the backplane of the displayed text
    Inheritance Hierarchy

    System.Object
       Nevron.Dom.NAttribute
          Nevron.GraphicsCore.NAppearanceStyle
             Nevron.GraphicsCore.NTextStyle

    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