Search Results for

    Show / Hide Table of Contents

    Class ExtendedButton

    An extended glass-like button control for WPF .NET.

    Namespace: Binarymission.WPF.Controls.CommandVisuals
    Assembly: Binarymission.WPF.Controls.ExendedButton.dll
    Syntax
    public class ExtendedButton : Button

    Constructors

    ExtendedButton()

    Declaration
    public ExtendedButton()

    Properties

    CornerRadius

    Gets or sets the corner radius.

    Declaration
    public CornerRadius CornerRadius { get; set; }

    ForegroundOnHoverBrush

    Gets or sets the foreground brush for hover mode.

    Declaration
    public Brush ForegroundOnHoverBrush { get; set; }

    ForegroundOnNormalBrush

    Gets or sets the foreground brush for normal mode.

    Declaration
    public Brush ForegroundOnNormalBrush { get; set; }

    ForegroundOnPressedBrush

    Gets or sets the foreground brush for pressed mode.

    Declaration
    public Brush ForegroundOnPressedBrush { get; set; }

    GlassRadius

    Gets or sets the glass radius.

    Declaration
    public CornerRadius GlassRadius { get; set; }

    IsGlowAnimationContinuous

    Gets or sets a value indicating whether the glow animation is continuous.

    Declaration
    public bool IsGlowAnimationContinuous { get; set; }

    IsGlowAnimationEnabled

    Gets or sets a value indicating whether this instance is glow animation enabled.

    Declaration
    public bool IsGlowAnimationEnabled { get; set; }

    OnDisabledModeBrush

    Gets or sets the disabled mode brush.

    Declaration
    public Brush OnDisabledModeBrush { get; set; }

    OnHoverGlassMixExtendedPartColor

    Gets or sets the color for the on-hover state for the extended part of the drawing.

    Declaration
    public Color OnHoverGlassMixExtendedPartColor { get; set; }

    OnHoverGlassMixPartColor

    Gets or sets the color for the on-hover state.

    Declaration
    public Color OnHoverGlassMixPartColor { get; set; }

    OnNormalGlassMixExtendedPartColor

    Gets or sets the color for the on-normal state for the extended part of the drawing.

    Declaration
    public Color OnNormalGlassMixExtendedPartColor { get; set; }

    OnNormalGlassMixPartColor

    Gets or sets the color for the on-normal state.

    Declaration
    public Color OnNormalGlassMixPartColor { get; set; }

    OnPressedGlassMixExtendedPartColor

    Gets or sets the color for the on-pressed state for the extended part of the drawing.

    Declaration
    public Color OnPressedGlassMixExtendedPartColor { get; set; }

    OnPressedGlassMixPartColor

    Gets or sets the color for the on-pressed state.

    Declaration
    public Color OnPressedGlassMixPartColor { get; set; }
    In This Article
    Back to top Copyright © Binarymission Technologies Ltd., UK.