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

Represents the SketchGeometry effect.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Extensions

Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll

Syntax:

C#
public class SketchGeometryEffect : DependencyObject

Inheritance: objectSketchGeometryEffect

Constructors

C#
public SketchGeometryEffect()

Fields

IsSketchyProperty

DependencyProperty

Identifies the IsSketchy attached property.

C#
public static readonly DependencyProperty IsSketchyProperty

SketchGeometryProperty

DependencyProperty

Identifies the SketchGeometry attached property.

C#
public static readonly DependencyProperty SketchGeometryProperty

Methods

Gets the is sketchy.

C#
public static bool GetIsSketchy(DependencyObject obj)
Parameters:objDependencyObject

The object.

Returns:

bool

Gets the sketch geometry.

C#
public static Geometry GetSketchGeometry(DependencyObject obj)
Parameters:objDependencyObject

The object.

Returns:

Geometry

Sets the is sketchy.

C#
public static void SetIsSketchy(DependencyObject obj, bool value)
Parameters:objDependencyObject

The object.

valuebool

If set to true [value].

Sets the sketch geometry that will be used if provided when the shape is sketched.

C#
public static void SetSketchGeometry(DependencyObject obj, Geometry value)
Parameters:objDependencyObject

The object.

valueGeometry

The value.