ButtonPath Class

ButtonPath class.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class ButtonPath : Button, IComponentConnector
Inheritance
Object    DispatcherObject    DependencyObject    Visual    UIElement    FrameworkElement    Control    ContentControl    ButtonBase    Button    ButtonPath
Implements
IComponentConnector

Constructors

ButtonPath Constructor class.

Properties

Path Gets or sets the Path in the ButtonPath control.
PathHeight Gets or sets the PathHeight in the ButtonPath control.
PathWidth Gets or sets the PathWidth in the ButtonPath control.
Text Gets or sets the Text in the button path control.

Methods

InitializeComponent InitializeComponent

Fields

PathHeightProperty Represent the PathHeight as dependency property.
PathProperty Represent the Path as dependency property.
PathWidthProperty Represent the PathWidth as dependency property.
TextProperty Represent the Text as dependency property.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also