Class CornerRadiusHelper
This class provides CornerRadius helper properties.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class CornerRadiusHelper
Fields
ClipRadiusOffsetProperty
Identifies the ClipRadisOffset attached property.
Declaration
public static readonly DependencyProperty ClipRadiusOffsetProperty
Field Value
System.Windows.DependencyProperty
|
ClipRadiusProperty
Identifies the ClipRadius attached property.
Declaration
public static readonly DependencyProperty ClipRadiusProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetClipRadius(DependencyObject)
Gets the clip radius.
Declaration
public static CornerRadius GetClipRadius(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Windows.CornerRadius
|
GetClipRadiusOffset(DependencyObject)
Gets the clip radius offset.
Declaration
public static double GetClipRadiusOffset(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Double
|
SetClipRadius(DependencyObject, CornerRadius)
Sets the clip radius.
Declaration
public static void SetClipRadius(DependencyObject obj, CornerRadius value)
Parameters
System.Windows.DependencyObject
obj
|
System.Windows.CornerRadius
value
|
SetClipRadiusOffset(DependencyObject, Double)
Sets the clip radius offset.
Declaration
public static void SetClipRadiusOffset(DependencyObject obj, double value)
Parameters
System.Windows.DependencyObject
obj
|
System.Double
value
|