ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > Mark class : textVerticalAlignment Property |
ASP.NET Ajax Javascript (Specification) | |
---|---|
function get_textVerticalAlignment() : VerticalAlignment function set_textVerticalAlignment(value : VerticalAlignment) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfMark.get_textVerticalAlignment(); |
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