Class
LinearClipper

Clips the content of the control in a given direction.

Definition

Namespace:Telerik.Windows.Controls.Rating

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public class LinearClipper : Clipper

Inheritance: objectClipperLinearClipper

Inherited Members Clipper.RatioVisiblePropertyClipper.OnRatioVisibleChanged(double)Clipper.RatioVisible

Constructors

LinearClipper()

Declaration

cs-api-definition
public LinearClipper()

Fields

ExpandDirectionProperty

Identifies the ExpandDirection dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ExpandDirectionProperty

Field Value

DependencyProperty

Properties

ExpandDirection

Gets or sets the expand direction.

Declaration

cs-api-definition
public ExpandDirection ExpandDirection { get; set; }

Property Value

ExpandDirection

The expand direction.

Methods

ClipContent()

Updates the clip geometry.

Declaration

cs-api-definition
public override void ClipContent()

Overrides Clipper.ClipContent()

OnExpandDirectionChanged()

Called when expand direction changed.

Declaration

cs-api-definition
protected virtual void OnExpandDirectionChanged()