CornerRadiusHelper
Class
This class provides CornerRadius helper properties.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public static class CornerRadiusHelper
Inheritance: objectCornerRadiusHelper
Fields
ClipRadiusOffsetProperty
DependencyProperty
Identifies the ClipRadisOffset attached property.
C#
public static readonly DependencyProperty ClipRadiusOffsetProperty
ClipRadiusProperty
DependencyProperty
Identifies the ClipRadius attached property.
C#
public static readonly DependencyProperty ClipRadiusProperty
Methods
GetClipRadius(DependencyObject)
CornerRadius
Gets the clip radius.
C#
public static CornerRadius GetClipRadius(DependencyObject obj)
CornerRadius
Gets the clip radius offset.
C#
public static double GetClipRadiusOffset(DependencyObject obj)
Sets the clip radius.
C#
public static void SetClipRadius(DependencyObject obj, CornerRadius value)
Sets the clip radius offset.
C#
public static void SetClipRadiusOffset(DependencyObject obj, double value)