Back to Devexpress

RevealHighlightOptions Members

wpf-devexpress-dot-xpf-dot-windowsui-dot-revealhighlightoptions-dot-underscore-members.md

latest5.3 KB
Original Source

RevealHighlightOptions Members

Provides access to the Reveal effect options.

Fields

NameDescription
BackgroundColorProperty staticIdentifies the BackgroundColor dependency property.
BorderColorProperty staticIdentifies the BorderColor dependency property.
BorderThicknessProperty staticIdentifies the BorderThickness dependency property.
ModeProperty staticIdentifies the Mode dependency property.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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.
GetBackgroundColor(DependencyObject) static
GetBorderColor(DependencyObject) static
GetBorderThickness(DependencyObject) static
GetHashCode()Serves as the default hash function. Inherited from Object.
GetMode(DependencyObject) static
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
SetBackgroundColor(DependencyObject, Color) static
SetBorderColor(DependencyObject, Color) static
SetBorderThickness(DependencyObject, Thickness) static
SetMode(DependencyObject, RevealHighlightEffectMode) static
ToString()Returns a string that represents the current object. Inherited from Object.

Attached Properties

NameDescription
BackgroundColor staticSpecifies the color of the reveal effect applied to the background. This is a dependency property.
BorderColor staticSpecifies the color of the reveal effect applied to the borders. This is a dependency property.
BorderThickness staticSpecifies the width between the background and borders for the Reveal effect.
Mode staticSpecifies the elements to which to apply the reveal effect.

See Also

RevealHighlightOptions Class

DevExpress.Xpf.WindowsUI Namespace