Class DynamicLengthControlBase
Base class for all controls, that allow dynamic control length (width or height) calculation.
Inheritance
System.Object
DynamicLengthControlBase
Namespace: Telerik.Windows.Controls.BulletGraph
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class DynamicLengthControlBase : Control
Constructors
DynamicLengthControlBase()
Declaration
protected DynamicLengthControlBase()
Fields
LengthPercentProperty
Identifies the LengthPercent dependency property.
Declaration
public static readonly DependencyProperty LengthPercentProperty
Field Value
System.Windows.DependencyProperty
|
Properties
LengthPercent
Gets or sets the Length percent.
Declaration
public double LengthPercent { get; set; }
Property Value
System.Double
The Length percent. |
Methods
OnLengthPercentChanged()
Called when [Length percent changed].
Declaration
protected virtual void OnLengthPercentChanged()