Class Clipper
Clips a ratio of its content.
Inheritance
System.Object
Clipper
Namespace: Telerik.Windows.Controls.Rating
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public abstract class Clipper : ContentControl
Constructors
Clipper()
Fields
RatioVisibleProperty
Identifies the RatioVisible dependency property.
Declaration
public static readonly DependencyProperty RatioVisibleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
RatioVisible
Gets or sets the ratio visible.
Declaration
public double RatioVisible { get; set; }
Property Value
System.Double
The ratio visible. |
Methods
ClipContent()
Clips the content.
Declaration
public abstract void ClipContent()
OnRatioVisibleChanged(Double)
Called when [ratio visible changed].
Declaration
protected virtual void OnRatioVisibleChanged(double newValue)
Parameters
System.Double
newValue
The new value. |