Class
SketchGeometryEffect

Represents the SketchGeometry effect.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Extensions

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

Syntax:

cs-api-definition
public class SketchGeometryEffect : DependencyObject

Inheritance: objectSketchGeometryEffect

Constructors

SketchGeometryEffect()

Declaration

cs-api-definition
public SketchGeometryEffect()

Fields

IsSketchyProperty

Identifies the IsSketchy attached property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsSketchyProperty

Field Value

DependencyProperty

SketchGeometryProperty

Identifies the SketchGeometry attached property.

Declaration

cs-api-definition
public static readonly DependencyProperty SketchGeometryProperty

Field Value

DependencyProperty

Methods

GetIsSketchy(DependencyObject)

Gets the is sketchy.

Declaration

cs-api-definition
public static bool GetIsSketchy(DependencyObject obj)

Parameters

obj

DependencyObject

The object.

Returns

bool

GetSketchGeometry(DependencyObject)

Gets the sketch geometry.

Declaration

cs-api-definition
public static Geometry GetSketchGeometry(DependencyObject obj)

Parameters

obj

DependencyObject

The object.

Returns

Geometry

SetIsSketchy(DependencyObject, bool)

Sets the is sketchy.

Declaration

cs-api-definition
public static void SetIsSketchy(DependencyObject obj, bool value)

Parameters

obj

DependencyObject

The object.

value

bool

If set to true [value].

SetSketchGeometry(DependencyObject, Geometry)

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

Declaration

cs-api-definition
public static void SetSketchGeometry(DependencyObject obj, Geometry value)

Parameters

obj

DependencyObject

The object.

value

Geometry

The value.