Search Results for

    Show / Hide Table of Contents

    Class BinaryCheckBox

    A custom CheckBox control class that provides an enhanced user experience.

    Namespace: Binarymission.WPF.Controls.TreeControls
    Assembly: Binarymission.WPF.Controls.BinaryTreeListView.dll
    Syntax
    public class BinaryCheckBox : CheckBox

    Constructors

    BinaryCheckBox()

    Declaration
    public BinaryCheckBox()

    Properties

    CheckMarkGlyphBrush

    Gets or sets the check mark glyph brush.

    Declaration
    public Brush CheckMarkGlyphBrush { get; set; }

    CheckMarkHeight

    Gets or sets the height of the check mark.

    Declaration
    public double CheckMarkHeight { get; set; }

    CheckMarkWidth

    Gets or sets the width of the check mark.

    Declaration
    public double CheckMarkWidth { get; set; }

    CornerRadius

    Gets or sets the corner radius.

    Declaration
    public CornerRadius CornerRadius { get; set; }

    DisabledBackgroundBrush

    Gets or sets the disabled background brush.

    Declaration
    public Brush DisabledBackgroundBrush { get; set; }

    DisabledBorderBrush

    Gets or sets the disabled border brush.

    Declaration
    public Brush DisabledBorderBrush { get; set; }

    DisabledForegroundBrush

    Gets or sets the disabled foreground brush.

    Declaration
    public Brush DisabledForegroundBrush { get; set; }

    DisabledGlyphBrush

    Gets or sets the disabled glyph brush.

    Declaration
    public Brush DisabledGlyphBrush { get; set; }

    MouseOverBrush

    Gets or sets the "mouse over" brush.

    Declaration
    public Brush MouseOverBrush { get; set; }

    NormalBorderBrush

    Gets or sets the normal border brush.

    Declaration
    public Brush NormalBorderBrush { get; set; }

    NormalBrush

    Gets or sets the "normal" brush.

    Declaration
    public Brush NormalBrush { get; set; }

    PressedBorderBrush

    Gets or sets the pressed border brush.

    Declaration
    public Brush PressedBorderBrush { get; set; }

    PressedBrush

    Gets or sets the "pressed" brush.

    Declaration
    public Brush PressedBrush { get; set; }

    Methods

    OnApplyTemplate()

    When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

    Declaration
    public override void OnApplyTemplate()
    In This Article
    Back to top Copyright © Binarymission Technologies Ltd., UK.