Usages of VerticalTextAlignment
Properties
verticalTextAlignment | in LabelStyle | Gets or sets the vertical text alignment to use if the label is assigned more space than needed. | |
verticalTextAlignment | in MarkupLabelStyle | Gets or sets the vertical text alignment to use if the label is assigned more space than needed. | |
verticalTextAlignment | in WebGLLabelStyle | Gets the vertical text alignment to use if the label is assigned more space than needed. |
Method Return Values
from (VerticalTextAlignment) | in VerticalTextAlignment | Converts the given argument to an enum constant of this enum type. |
Method Parameters
LabelStyle () | in LabelStyle | ||
MarkupLabelStyle () | in MarkupLabelStyle | Creates a new instance using an ILabelStyleRenderer implementation as renderer. | |
from (VerticalTextAlignment) | in VerticalTextAlignment | Converts the given argument to an enum constant of this enum type. | |
getName (VerticalTextAlignment) | in VerticalTextAlignment | Returns the name of the given enum constant. | |
WebGLLabelStyle (Font?, Color?, Color?, WebGLStroke?, HorizontalTextAlignment?, Insets?, WebGLLabelShape?, WebGLEffect?, number?, WebGLTextureRendering?, TextWrapping?, TextWrappingShape?, number?, VerticalTextAlignment?) | in WebGLLabelStyle | Creates a new label style that is rendered with WebGL2. |