Skip to main content

RevealHighlightOptions Members

Provides access to the Reveal effect options.

Fields

Name Description
BackgroundColorProperty static Identifies the BackgroundColor dependency property.
BorderColorProperty static Identifies the BorderColor dependency property.
BorderThicknessProperty static Identifies the BorderThickness dependency property.
ModeProperty static Identifies the Mode dependency property.

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.
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() 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.
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

Name Description
BackgroundColor static Specifies the color of the reveal effect applied to the background. This is a dependency property.
BorderColor static Specifies the color of the reveal effect applied to the borders. This is a dependency property.
BorderThickness static Specifies the width between the background and borders for the Reveal effect.
Mode static Specifies the elements to which to apply the reveal effect.
See Also