TextStyle
TextStyle class
This class contains the text style formatting properties.
public class TextStyle : PVIObject, ITextStyle
Properties
Methods
Name |
Description |
override Equals(object) |
Compares with specified object. |
GetEffective() |
Gets effective text style formatting data with the inheritance applied. |
override GetHashCode() |
Returns hash code. |
GetLevel(int) |
If level of style exist returns it, otherwise returns null. |
Fields
Name |
Description |
static readonly MaxLevelCount |
Maximum count of style levels that can be defined. Use it with GetLevel(int index) |
See Also