ExtendedButton
An extended glass-like button control for WPF .NET.
public class ExtendedButton : Button
Inherits from / implements: Button
Members at a glance
CornerRadius | Gets or sets the corner radius. |
ForegroundOnHoverBrush | Gets or sets the foreground brush for hover mode. |
ForegroundOnNormalBrush | Gets or sets the foreground brush for normal mode. |
ForegroundOnPressedBrush | Gets or sets the foreground brush for pressed mode. |
GlassRadius | Gets or sets the glass radius. |
IsGlowAnimationContinuous | Gets or sets a value indicating whether the glow animation is continuous. |
IsGlowAnimationEnabled | Gets or sets a value indicating whether this instance is glow animation enabled. |
OnDisabledModeBrush | Gets or sets the disabled mode brush. |
OnHoverGlassMixExtendedPartColor | Gets or sets the color for the on-hover state for the extended part of the drawing. |
OnHoverGlassMixPartColor | Gets or sets the color for the on-hover state. |
OnNormalGlassMixExtendedPartColor | Gets or sets the color for the on-normal state for the extended part of the drawing. |
OnNormalGlassMixPartColor | Gets or sets the color for the on-normal state. |
OnPressedGlassMixExtendedPartColor | Gets or sets the color for the on-pressed state for the extended part of the drawing. |
OnPressedGlassMixPartColor | Gets or sets the color for the on-pressed state. |
CornerRadiusProperty | The corner radius property |
ForegroundOnHoverBrushProperty | Identifies the ForegroundOnHoverBrush dependency property. |
ForegroundOnNormalBrushProperty | Identifies the ForegroundOnNormalBrush dependency property. |
ForegroundOnPressedBrushProperty | Identifies the ForegroundOnPressedBrush dependency property. |
GlassRadiusProperty | Identifies the GlassRadius dependency property. |
IsGlowAnimationContinuousProperty | Identifies the IsGlowAnimationContinuous dependency property. |
IsGlowAnimationEnabledProperty | Identifies the IsGlowAnimationEnabled dependency property. |
OnDisabledModeBrushProperty | Identifies the OnDisabledModeBrush dependency property. |
OnHoverGlassMixExtendedPartColorProperty | Identifies the OnHoverGlassMixExtendedPartColor dependency property. |
OnHoverGlassMixPartColorProperty | Identifies the OnHoverGlassMixPartColor dependency property. |
OnNormalGlassMixExtendedPartColorProperty | Identifies the OnNormalGlassMixExtendedPartColor dependency property. |
OnNormalGlassMixPartColorProperty | Identifies the OnNormalGlassMixPartColor dependency property. |
OnPressedGlassMixExtendedPartColorProperty | Identifies the OnPressedGlassMixExtendedPartColor dependency property. |
OnPressedGlassMixPartColorProperty | Identifies the OnPressedGlassMixPartColor dependency property. |
Properties
CornerRadius
Gets or sets the corner radius.
Value. The corner radius.
ForegroundOnHoverBrush
Gets or sets the foreground brush for hover mode.
ForegroundOnNormalBrush
Gets or sets the foreground brush for normal mode.
ForegroundOnPressedBrush
Gets or sets the foreground brush for pressed mode.
GlassRadius
Gets or sets the glass radius.
IsGlowAnimationContinuous
Gets or sets a value indicating whether the glow animation is continuous.
IsGlowAnimationEnabled
Gets or sets a value indicating whether this instance is glow animation enabled.
OnDisabledModeBrush
Gets or sets the disabled mode brush.
OnHoverGlassMixExtendedPartColor
Gets or sets the color for the on-hover state for the extended part of the drawing.
OnHoverGlassMixPartColor
Gets or sets the color for the on-hover state.
OnNormalGlassMixExtendedPartColor
Gets or sets the color for the on-normal state for the extended part of the drawing.
OnNormalGlassMixPartColor
Gets or sets the color for the on-normal state.
OnPressedGlassMixExtendedPartColor
Gets or sets the color for the on-pressed state for the extended part of the drawing.
OnPressedGlassMixPartColor
Gets or sets the color for the on-pressed state.
Fields
CornerRadiusProperty
The corner radius property
ForegroundOnHoverBrushProperty
Identifies the ForegroundOnHoverBrush dependency property.
ForegroundOnNormalBrushProperty
Identifies the ForegroundOnNormalBrush dependency property.
ForegroundOnPressedBrushProperty
Identifies the ForegroundOnPressedBrush dependency property.
GlassRadiusProperty
Identifies the GlassRadius dependency property.
IsGlowAnimationContinuousProperty
Identifies the IsGlowAnimationContinuous dependency property.
IsGlowAnimationEnabledProperty
Identifies the IsGlowAnimationEnabled dependency property.
OnDisabledModeBrushProperty
Identifies the OnDisabledModeBrush dependency property.
OnHoverGlassMixExtendedPartColorProperty
Identifies the OnHoverGlassMixExtendedPartColor dependency property.
OnHoverGlassMixPartColorProperty
Identifies the OnHoverGlassMixPartColor dependency property.
OnNormalGlassMixExtendedPartColorProperty
Identifies the OnNormalGlassMixExtendedPartColor dependency property.
OnNormalGlassMixPartColorProperty
Identifies the OnNormalGlassMixPartColor dependency property.
OnPressedGlassMixExtendedPartColorProperty
Identifies the OnPressedGlassMixExtendedPartColor dependency property.
OnPressedGlassMixPartColorProperty
Identifies the OnPressedGlassMixPartColor dependency property.