Class LinearClipper
Clips the content of the control in a given direction.
Inherited Members
Namespace: Telerik.Windows.Controls.Rating
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class LinearClipper : Clipper
Constructors
LinearClipper()
Declaration
public LinearClipper()
Fields
ExpandDirectionProperty
Identifies the ExpandDirection dependency property.
Declaration
public static readonly DependencyProperty ExpandDirectionProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ExpandDirection
Gets or sets the expand direction.
Declaration
public ExpandDirection ExpandDirection { get; set; }
Property Value
ExpandDirection
The expand direction. |
Methods
ClipContent()
Updates the clip geometry.
Declaration
public override void ClipContent()
Overrides
OnExpandDirectionChanged()
Called when expand direction changed.
Declaration
protected virtual void OnExpandDirectionChanged()