Nevron .NET Vision
Nevron.Chart Namespace / NAnnotation Class / TextFitMode Property


In This Topic
    TextFitMode Property (NAnnotation)
    In This Topic
    Gets or sets the the text fit mode of the annotation.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Text")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the the text fit mode of the annotation")>
    Public Property TextFitMode As TextFitMode
    'Usage
     
    
    Dim instance As NAnnotation
    Dim value As TextFitMode
     
    instance.TextFitMode = value
     
    value = instance.TextFitMode
    [System.ComponentModel.Category("Text")]
    [System.ComponentModel.Description("Gets or sets the the text fit mode of the annotation")]
    public TextFitMode TextFitMode {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