New to Telerik UI for WPFStart a free 30-day trial

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: BarItemEllipseItem

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; }
Property Value:

The Length percent.

Methods

Called when [Length percent changed].

C#
protected virtual void OnLengthPercentChanged()