Assign(AppearanceDefault)
|
Sets the appearance object’s settings to default values.
|
Assign(AppearanceObject)
|
Copies the specified appearance settings to the StateAppearances.Normal, StateAppearances.Hovered, StateAppearances.Pressed and StateAppearances.Disabled objects.
|
Assign(StateAppearances)
|
Copies settings of the specified StateAppearances object to the current object.
|
Dispose()
|
Releases all resources used by the current StateAppearances object.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetAppearance(ObjectState)
|
Returns either the StateAppearances.Normal, StateAppearances.Hovered, StateAppearances.Pressed or StateAppearances.Disabled object depending on the specified state.
|
GetAppearance(BarLinkState)
|
Returns either the StateAppearances.Normal, StateAppearances.Hovered, StateAppearances.Pressed or StateAppearances.Disabled object depending on the specified bar link state.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
SetFont(Font)
|
Sets the specified font for the StateAppearances.Normal, StateAppearances.Hovered, StateAppearances.Pressed and StateAppearances.Disabled appearance objects that belong to the current StateAppearances object.
|
SetVAlignment(VertAlignment)
|
Sets the specified text vertical alignment for the StateAppearances.Normal, StateAppearances.Hovered, StateAppearances.Pressed and StateAppearances.Disabled appearance objects that belong to the current StateAppearances object.
|
SetWordWrap(WordWrap)
|
Specifies if the word wrap should be used.
|
ToString()
|
Returns the textual representation of the StateAppearances.
|
UpdateRightToLeft(Boolean)
|
Updates the right-to-left text direction option.
|