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

Clipper

Class

Clips a ratio of its content.

Definition

Namespace:Telerik.Windows.Controls.Rating

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

C#
public abstract class Clipper : ContentControl

Inheritance: objectClipper

Derived Classes: LinearClipper

Constructors

Initializes a new instance of the Clipper class.

C#
protected Clipper()

Fields

RatioVisibleProperty

DependencyProperty

Identifies the RatioVisible dependency property.

C#
public static readonly DependencyProperty RatioVisibleProperty

Properties

Gets or sets the ratio visible.

C#
public double RatioVisible { get; set; }
Property Value:

The ratio visible.

Methods

Clips the content.

C#
public abstract void ClipContent()

Called when [ratio visible changed].

C#
protected virtual void OnRatioVisibleChanged(double newValue)
Parameters:newValuedouble

The new value.