Nevron .NET Vision
Nevron.Chart Namespace / NScaleBreak Class / Position Property


In This Topic
    Position Property (NScaleBreak)
    In This Topic
    Gets or sets the position of the scale break on the ruler
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Controls the position of the scale break on the ruler")>
    Public Property Position As NScaleBreakPosition
    'Usage
     
    
    Dim instance As NScaleBreak
    Dim value As NScaleBreakPosition
     
    instance.Position = value
     
    value = instance.Position
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Controls the position of the scale break on the ruler")]
    public NScaleBreakPosition Position {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