Skip to main content

GroupRowExpandButtonStyleSettings Members

Contains style settings that specify the appearance of expand buttons displayed in group rows.

Constructors

Name Description
GroupRowExpandButtonStyleSettings() Initializes a new instance of the GroupRowExpandButtonStyleSettings class.

Fields

Name Description
ForegroundProperty static Identifies the Foreground dependency property.
HoverForegroundProperty static Identifies the HoverForeground dependency property.
IconProperty static Identifies the Icon dependency property.
MarginProperty static Identifies the Margin dependency property.
PressedForegroundProperty static Identifies the PressedForeground dependency property.
RotateAngleProperty static Identifies the RotateAngle dependency property.
RotateDurationProperty static Identifies the RotateDuration dependency property.
RotateEasingFunctionProperty static Identifies the RotateEasingFunction dependency property.

Properties

Name Description
Foreground Gets or sets a brush that paints the expand button’s foreground.
HoverForeground Gets or sets a brush that paints the expand button’s foreground when a user hovers the mouse pointer over this button.
Icon Gets or sets the expand button’s icon.
Margin Gets or sets the expand button’s margin.
PressedForeground Gets or sets a brush that paints the expand button’s foreground when a user presses this button.
RotateAngle Gets or sets an angle, on which the expand button’s icon is rotated from the collapsed state to expanded.
RotateDuration Gets or sets a duration of time for the expand/collapse icon rotation.
RotateEasingFunction Gets or sets an easing function applied to the expand/collapse icon rotation.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. 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