ITextAttributes Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines attributes for styling and positioning text in a graphics context.
public interface class ITextAttributes
public interface ITextAttributes
type ITextAttributes = interface
Public Interface ITextAttributes
- Derived
Properties
Font |
Gets or sets the font used for rendering text. |
FontSize |
Gets or sets the size of the font in points. |
HorizontalAlignment |
Gets or sets the horizontal alignment of the text. |
Margin |
Gets or sets the margin around the text. |
TextFontColor |
Gets or sets the color of the text. |
VerticalAlignment |
Gets or sets the vertical alignment of the text. |