Nevron .NET Vision
Nevron.GraphicsCore.Text Namespace / NStyle Class / BaselinePosition Property


In This Topic
    BaselinePosition Property (NStyle)
    In This Topic
    Gets sets the base line position of the element
    Syntax
    'Declaration
     
    
    Public Property BaselinePosition As System.Integer
    'Usage
     
    
    Dim instance As NStyle
    Dim value As System.Integer
     
    instance.BaselinePosition = value
     
    value = instance.BaselinePosition
    public System.int BaselinePosition {get; set;}
    Remarks
    O indicated normal baseline position. Values greater than zero indicate superscript level, values lower than zero indicate subscript level.
    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