Skip to main content

XRAppearanceObject Members

Provides the appearance settings for the XRPivotGrid control’s elements.

Constructors

Name Description
XRAppearanceObject() Initializes a new instance of the XRAppearanceObject class with default settings.

Properties

Name Description
BackColor Specifies the background color. Inherited from PrintAppearanceObject.
BackColor2 Obsolete. Overrides the AppearanceObject.BackColor2 property to hide it. Inherited from PrintAppearanceObject.
BorderColor Specifies the border color. Inherited from PrintAppearanceObject.
BorderWidth Gets or sets the border width. Inherited from PrintAppearanceObject.
DefaultFont static Gets the default font of the appearance object. Inherited from PrintAppearanceObject.
Font Specifies the font used to render the text. Inherited from PrintAppearanceObject.
ForeColor Specifies the foreground color. Inherited from PrintAppearanceObject.
GradientMode Obsolete. Specifies the background gradient’s direction. Inherited from PrintAppearanceObject.
Image Obsolete. Overrides the AppearanceObject.Image property to hide it. Inherited from PrintAppearanceObject.
IsSetBackColor Indicates whether or not the PrintAppearanceObject.BackColor property is set. Inherited from PrintAppearanceObject.
IsSetBorderColor Indicates whether or not the PrintAppearanceObject.BorderColor property is set. Inherited from PrintAppearanceObject.
IsSetBorderWidth Indicates whether or not the PrintAppearanceObject.BorderWidth property is set. Inherited from PrintAppearanceObject.
IsSetFont Indicates whether or not the PrintAppearanceObject.Font property is set. Inherited from PrintAppearanceObject.
IsSetForeColor Indicates whether or not the PrintAppearanceObject.ForeColor property is set. Inherited from PrintAppearanceObject.
Options For internal use.
TextAlignment Obsolete. Gets or sets the text alignment.
TextHorizontalAlignment Specifies the horizontal text alignment.
TextOptions Overrides the AppearanceObject.TextOptions property to hide it.
TextVerticalAlignment Specifies the vertical text alignment.
Trimming Specifies the text trimming mode.
WordWrap Specifies whether or not to wrap the text.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Reset() Resets all appearance values to their default state.
ShouldSerialize() Tests whether or not the PrintAppearanceObject instance should be persisted. Inherited from PrintAppearanceObject.
ToString() Returns the textual representation of PrintAppearanceObject. Inherited from PrintAppearanceObject.
See Also