Nevron .NET Vision
Nevron.GraphicsCore Namespace / NTextStyle Class / BorderStyle Property


In This Topic
    BorderStyle Property (NTextStyle)
    In This Topic
    Controls the border applied on the text.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("Controls the border of the text.")>
    Public Property BorderStyle As NStrokeStyle
    'Usage
     
    
    Dim instance As NTextStyle
    Dim value As NStrokeStyle
     
    instance.BorderStyle = value
     
    value = instance.BorderStyle
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Controls the border of the text.")]
    public NStrokeStyle BorderStyle {get; set;}
    Remarks
    By default the text is not rendered with border (border width is set to 0), but you can disable this at any time and thus achieve outlined texts. Note that using outlines slows down the text rendering.
    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