ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / Mark class / textVerticalAlignment Property

In This Topic
    textVerticalAlignment Property
    In This Topic
    Specifies the vertical alignment of text in a text mark.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_textVerticalAlignment() : VerticalAlignment
    function set_textVerticalAlignment(value : VerticalAlignment)
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfMark.get_textVerticalAlignment();
    Remarks

    This property specifies the vertical alignment of text in a text mark. Note that, due to browser limitations, text marks are drawn without regard for the value of this property. It is present in the API only so the value present in the original ART XML file will be retained. If you change the value of this property, this object will raise its propertyChanged event.

    Mark types: This property is valid for Text marks.
    Valid values: Any member of the VerticalAlignment enumeration.
    Default value: ImageGear.Web.UI.VerticalAlignment.Top

    ImageGear for .NET name: AlignmentV
    NotateXpress (version 10) name: N/A

    See Also