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