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


In This Topic
    TextFitMode Property (NRangeSelectionLabel)
    In This Topic
    Gets or sets the the text fit mode of the label.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Text")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the the text fit mode of the label")>
    Public Property TextFitMode As TextFitMode
    'Usage
     
    
    Dim instance As NRangeSelectionLabel
    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 label")]
    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