Class GlassButton
A custom control that renders a glass styled button command visual.
Namespace: Binarymission.WPF.Controls.CommandVisuals
Assembly: Binarymission.WPF.Controls.GlassButton.dll
Syntax
public class GlassButton : Button
Constructors
GlassButton()
Declaration
public GlassButton()
Properties
OnHoverBottomFillColorPart1
Gets or sets the on hover bottom fill color part1.
Declaration
public Color OnHoverBottomFillColorPart1 { get; set; }
OnHoverBottomFillColorPart2
Gets or sets the on hover bottom fill color part2.
Declaration
public Color OnHoverBottomFillColorPart2 { get; set; }
OnHoverTopFillColorPart1
Gets or sets the on hover top fill color part1.
Declaration
public Color OnHoverTopFillColorPart1 { get; set; }
OnHoverTopFillColorPart2
Gets or sets the on hover top fill color part2.
Declaration
public Color OnHoverTopFillColorPart2 { get; set; }
OnHoverTopFillColorPart3
Gets or sets the on hover top fill color part3.
Declaration
public Color OnHoverTopFillColorPart3 { get; set; }
OnNormalBackgroundFillPart1
Gets or sets the on normal background fill part1.
Declaration
public Brush OnNormalBackgroundFillPart1 { get; set; }
OnNormalBackgroundFillPart2
Gets or sets the on normal background fill part2.
Declaration
public Brush OnNormalBackgroundFillPart2 { get; set; }
OnNormalFillColorPart1
Gets or sets the on normal fill color part1.
Declaration
public Color OnNormalFillColorPart1 { get; set; }
OnNormalFillColorPart2
Gets or sets the on normal fill color part2.
Declaration
public Color OnNormalFillColorPart2 { get; set; }
OnNormalReflectionColorPart1
Gets or sets the on normal reflection color part1.
Declaration
public Color OnNormalReflectionColorPart1 { get; set; }
OnNormalReflectionColorPart2
Gets or sets the on normal reflection color part2.
Declaration
public Color OnNormalReflectionColorPart2 { get; set; }
OnNormalReflectionColorPart3
Gets or sets the on normal reflection color part3.
Declaration
public Color OnNormalReflectionColorPart3 { get; set; }
OnPressedBottomFillColorPart1
Gets or sets the on pressed bottom fill color part1.
Declaration
public Color OnPressedBottomFillColorPart1 { get; set; }
OnPressedBottomFillColorPart2
Gets or sets the on pressed bottom fill color part2.
Declaration
public Color OnPressedBottomFillColorPart2 { get; set; }
OnPressedTopFillColorPart1
Gets or sets the on pressed top fill color part1.
Declaration
public Color OnPressedTopFillColorPart1 { get; set; }
OnPressedTopFillColorPart2
Gets or sets the on pressed top fill color part2.
Declaration
public Color OnPressedTopFillColorPart2 { get; set; }
OnPressedTopFillColorPart3
Gets or sets the on pressed top fill color part3.
Declaration
public Color OnPressedTopFillColorPart3 { get; set; }