Class XStringFormats
Represents predefined text layouts.
public static class XStringFormats
- Inheritance
-
XStringFormats
- Inherited Members
Properties
BaseLineCenter
Gets a new XStringFormat object that centers the text in the middle of the base line.
public static XStringFormat BaseLineCenter { get; }
Property Value
BaseLineLeft
Gets a new XStringFormat object that aligns the text left on the base line. This is the same as Default.
public static XStringFormat BaseLineLeft { get; }
Property Value
BaseLineRight
Gets a new XStringFormat object that aligns the text in right on the base line.
public static XStringFormat BaseLineRight { get; }
Property Value
BottomCenter
Gets a new XStringFormat object that centers the text at the bottom of the layout rectangle.
public static XStringFormat BottomCenter { get; }
Property Value
BottomLeft
Gets a new XStringFormat object that aligns the text bottom left of the layout rectangle.
public static XStringFormat BottomLeft { get; }
Property Value
BottomRight
Gets a new XStringFormat object that aligns the text at the bottom right of the layout rectangle.
public static XStringFormat BottomRight { get; }
Property Value
Center
Gets a new XStringFormat object that centers the text in the middle of the layout rectangle.
public static XStringFormat Center { get; }
Property Value
CenterLeft
Gets a new XStringFormat object that aligns the text center left of the layout rectangle.
public static XStringFormat CenterLeft { get; }
Property Value
CenterRight
Gets a new XStringFormat object that aligns the text center right of the layout rectangle.
public static XStringFormat CenterRight { get; }
Property Value
Default
Gets a new XStringFormat object that aligns the text left on the base line. This is the same as BaseLineLeft.
public static XStringFormat Default { get; }
Property Value
TopCenter
Gets a new XStringFormat object that centers the text at the top of the layout rectangle.
public static XStringFormat TopCenter { get; }
Property Value
TopLeft
Gets a new XStringFormat object that aligns the text top left of the layout rectangle.
public static XStringFormat TopLeft { get; }
Property Value
TopRight
Gets a new XStringFormat object that aligns the text top right of the layout rectangle.
public static XStringFormat TopRight { get; }