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