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

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 Clipper.RatioVisiblePropertyClipper.OnRatioVisibleChanged(double)Clipper.RatioVisible

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

The expand direction.

Methods

Updates the clip geometry.

C#
public override void ClipContent()

Overrides: Clipper.ClipContent()

Called when expand direction changed.

C#
protected virtual void OnExpandDirectionChanged()