VantagePoint WPF Controls v1.0 Class Library
Assembly: VantagePoint (in VantagePoint.dll)
Version: 1.0.0.0 (1.0.0.0)
CommonLabelBase class is the base class from which Label control is derived from.
Namespace:
VantagePoint.Common.BaseClassesAssembly: VantagePoint (in VantagePoint.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | XAML |
[BrowsableAttribute(true)] [DefaultPropertyAttribute("Content")] public abstract class CommonLabelBase : Label
Members
| All Members | Constructors | Fields | Properties | Methods |
| Member | Description | |
|---|---|---|
| CommonLabelBase(String) |
CommonLabelbase constructor
| |
| CornerRadius |
Get or set the corner radius for the outside border of the label
| |
| CornerRadiusProperty |
The corner radius for the outside border of the label
| |
| InnerBorderBrush |
Get or set the Border Brush for the inner border of the label
| |
| InnerBorderBrushProperty |
The BorderBrush for the inner border of the label
| |
| InnerBorderThickness |
Get or set the Border Thickness for the inner border of the label
| |
| InnerBorderThicknessProperty |
The Border Thickness for the inner border of the label
| |
| InnerCornerRadius |
Get or set the corner radius for the inner border of the label
| |
| InnerCornerRadiusProperty |
The corner radius for the inner border of the label
| |
| LoadControlTemplate(String) |
Inheritance Hierarchy
System..::.Object
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
System.Windows.Media..::.Visual
System.Windows..::.UIElement
System.Windows..::.FrameworkElement
System.Windows.Controls..::.Control
System.Windows.Controls..::.ContentControl
System.Windows.Controls..::.Label
VantagePoint.Common.BaseClasses..::.CommonLabelBase
VantagePoint.InputControls..::.Label
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
System.Windows.Media..::.Visual
System.Windows..::.UIElement
System.Windows..::.FrameworkElement
System.Windows.Controls..::.Control
System.Windows.Controls..::.ContentControl
System.Windows.Controls..::.Label
VantagePoint.Common.BaseClasses..::.CommonLabelBase
VantagePoint.InputControls..::.Label
See Also
VantagePoint.Common.BaseClasses Namespace