ClassDynamicLengthControlBase
Class
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:
cs-api-definition
public abstract class DynamicLengthControlBase : Control
Inheritance: objectDynamicLengthControlBase
Derived Classes:
Constructors
DynamicLengthControlBase()
Declaration
cs-api-definition
protected DynamicLengthControlBase()
Fields
LengthPercentProperty
Identifies the LengthPercent dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty LengthPercentProperty
Field Value
DependencyProperty
Properties
LengthPercent
Gets or sets the Length percent.
Declaration
cs-api-definition
public double LengthPercent { get; set; }
Property Value
The Length percent.
Methods
OnLengthPercentChanged()
Called when [Length percent changed].
Declaration
cs-api-definition
protected virtual void OnLengthPercentChanged()