StyleInstance Members
Include Protected Members
Include Inherited Members
Represents an instance type of the Style class, and contains the calculated values of the properties in Style.
The StyleInstance type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ResetInstanceCache() | Infrastructure. (Overrides BaseInstance.ResetInstanceCache().) | |
ToString() | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
m_assignedValues | Infrastructure. | |
m_backgroundColor | Infrastructure. | |
m_backgroundGradientEndColor | Infrastructure. | |
m_backgroundGradientType | Infrastructure. | |
m_backgroundHatchType | Infrastructure. | |
m_calendar | Infrastructure. | |
m_color | Infrastructure. | |
m_direction | Infrastructure. | |
m_fontFamily | Infrastructure. | |
m_fontSize | Infrastructure. | |
m_fontStyle | Infrastructure. | |
m_fontWeight | Infrastructure. | |
m_format | Infrastructure. | |
m_language | Infrastructure. | |
m_lineHeight | Infrastructure. | |
m_numeralLanguage | Infrastructure. | |
m_numeralVariant | Infrastructure. | |
m_paddingBottom | Infrastructure. | |
m_paddingLeft | Infrastructure. | |
m_paddingRight | Infrastructure. | |
m_paddingTop | Infrastructure. | |
m_shadowColor | Infrastructure. | |
m_shadowOffset | Infrastructure. | |
m_textAlign | Infrastructure. | |
m_textDecoration | Infrastructure. | |
m_textEffect | Infrastructure. | |
m_unicodeBiDi | Infrastructure. | |
m_verticalAlign | Infrastructure. | |
m_writingMode | Infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
BackgroundColor | Gets the calculated value of the BackgroundColor property in a Style class. (Overrides StyleBaseInstance.BackgroundColor.) | |
BackgroundGradientEndColor | Gets the calculated value of the BackgroundGradientEndColor property in a Style class. (Overrides StyleBaseInstance.BackgroundGradientEndColor.) | |
BackgroundGradientType | Gets the calculated value of the BackgroundGradientType property in a Style class. (Overrides StyleBaseInstance.BackgroundGradientType.) | |
BackgroundHatchType | Gets the calculated value of the BackgroundHatchType property in a Style class. (Overrides StyleBaseInstance.BackgroundHatchType.) | |
Calendar | Gets the calculated value of the Calendar property in a Style class. (Overrides StyleBaseInstance.Calendar.) | |
Color | Gets the calculated value of the Color property in a Style class. (Overrides StyleBaseInstance.Color.) | |
Direction | Gets the calculated value of the Direction property in a Style class. (Overrides StyleBaseInstance.Direction.) | |
FontFamily | Gets the calculated value of the FontFamily property in a Style class. (Overrides StyleBaseInstance.FontFamily.) | |
FontSize | Gets the calculated value of the FontSize property in a Style class. (Overrides StyleBaseInstance.FontSize.) | |
FontStyle | Gets the calculated value of the FontStyle property in a Style class. (Overrides StyleBaseInstance.FontStyle.) | |
FontWeight | Gets the calculated value of the FontWeight property in a Style class. (Overrides StyleBaseInstance.FontWeight.) | |
Format | Gets the calculated value of the Format property in a Style class. (Overrides StyleBaseInstance.Format.) | |
Item[StyleAttributeNames] | Gets the instance value for the specified StyleAttributeNames property. (Overrides StyleBaseInstance.Item[StyleAttributeNames].) | |
Language | Gets the calculated value of the Language property in a Style class. (Overrides StyleBaseInstance.Language.) | |
LineHeight | Gets the calculated value of the LineHeight property in a Style class. (Overrides StyleBaseInstance.LineHeight.) | |
NumeralLanguage | Gets the calculated value of the NumeralLanguage property in a Style class. (Overrides StyleBaseInstance.NumeralLanguage.) | |
NumeralVariant | Gets the calculated value of the NumeralVariant property in a Style class. (Overrides StyleBaseInstance.NumeralVariant.) | |
PaddingBottom | Gets the calculated value of the PaddingBottom property in a Style class. (Overrides StyleBaseInstance.PaddingBottom.) | |
PaddingLeft | Gets the calculated value of the PaddingLeft property in a Style class. (Overrides StyleBaseInstance.PaddingLeft.) | |
PaddingRight | Gets the calculated value of the PaddingRight property in a Style class. (Overrides StyleBaseInstance.PaddingRight.) | |
PaddingTop | Gets the calculated value of the PaddingTop property in a Style class. (Overrides StyleBaseInstance.PaddingTop.) | |
ShadowColor | Gets the calculated value of the ShadowColor property in a Style class. (Overrides StyleBaseInstance.ShadowColor.) | |
ShadowOffset | Gets the calculated value of the ShadowOffset property in a Style class. (Overrides StyleBaseInstance.ShadowOffset.) | |
StyleAttributes | Gets the calculated value of the NonSharedStyleAttributes property in a Style class. (Overrides StyleBaseInstance.StyleAttributes.) | |
TextAlign | Gets the calculated value of the TextAlign property in a Style class. (Overrides StyleBaseInstance.TextAlign.) | |
TextDecoration | Gets the calculated value of the TextDecoration property in a Style class. (Overrides StyleBaseInstance.TextDecoration.) | |
TextEffect | Gets the calculated value of the TextEffect property in a Style class. (Overrides StyleBaseInstance.TextEffect.) | |
UnicodeBiDi | Gets the calculated value of the UnicodeBiDi property in a Style class. (Overrides StyleBaseInstance.UnicodeBiDi.) | |
VerticalAlign | Gets the calculated value of the VerticalAlign property in a Style class. (Overrides StyleBaseInstance.VerticalAlign.) | |
WritingMode | Gets the calculated value of the WritingMode property in a Style class. (Overrides StyleBaseInstance.WritingMode.) |
Top
See Also