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

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

Gets the clip radius.

C#
public static CornerRadius GetClipRadius(DependencyObject obj)
Parameters:objDependencyObjectReturns:

CornerRadius

Gets the clip radius offset.

C#
public static double GetClipRadiusOffset(DependencyObject obj)
Parameters:objDependencyObjectReturns:

double

Sets the clip radius.

C#
public static void SetClipRadius(DependencyObject obj, CornerRadius value)
Parameters:objDependencyObjectvalueCornerRadius

Sets the clip radius offset.

C#
public static void SetClipRadiusOffset(DependencyObject obj, double value)
Parameters:objDependencyObjectvaluedouble