ChartGridStyleTextVerticalAlign Property |
Specifies text vertical alignment
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ContentVerticalAlign TextVerticalAlign { get; set; }
Public Property TextVerticalAlign As ContentVerticalAlign
Get
Set
public:
property ContentVerticalAlign TextVerticalAlign {
ContentVerticalAlign get ();
void set (ContentVerticalAlign value);
}
member TextVerticalAlign : ContentVerticalAlign with get, set
Property Value
Type:
ContentVerticalAlign
See Also