Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfWidgetAppearanceCharacteristics Members

In This Article
Contains appearance characteristics for constructing the annotation’s appearance.

#Properties

Name Description
AlternateCaption Gets the widget annotation’s alternate (down) caption, which shall be displayed when the mouse button is pressed within its active area.
AlternateIcon Gets the widget annotation’s alternate (down) icon, which will be displayed when the mouse button is pressed within its active area.
BackgroundColor Gets a value specifying the color of the widget annotation’s background.
BorderColor Gets the value specifying the color of the widget annotation’s border.
Caption Gets the widget annotation’s normal caption, which will be displayed when it is not interacting with the user.
IconFit Gets the value specifying how the widget annotation’s icon will be displayed within its annotation rectangle.
NormalIcon Gets the widget annotation’s normal icon, which will be displayed when it is not interacting with the user.
RolloverCaption Gets the widget annotation’s rollover caption, which will be displayed when the user rolls the cursor into its active area without pressing the mouse button.
RolloverIcon Gets the widget annotation’s rollover icon, which will be displayed when the user rolls the cursor into its active area without pressing the mouse button.
RotationAngle Gets the number of degrees by which the widget annotation shall be rotated counterclockwise relative to the page.
TextPosition Gets the text position of the widget annotation’s caption relative to its icon.

#Methods
Show Inherited Hide Inherited

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.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also