Class SketchGeometryEffect
Represents the SketchGeometry effect.
Inheritance
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public class SketchGeometryEffect : DependencyObject
Constructors
SketchGeometryEffect()
Declaration
public SketchGeometryEffect()
Fields
IsSketchyProperty
Identifies the IsSketchy attached property.
Declaration
public static readonly DependencyProperty IsSketchyProperty
Field Value
System.Windows.DependencyProperty
|
SketchGeometryProperty
Identifies the SketchGeometry attached property.
Declaration
public static readonly DependencyProperty SketchGeometryProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetIsSketchy(DependencyObject)
Gets the is sketchy.
Declaration
public static bool GetIsSketchy(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
The object. |
Returns
System.Boolean
|
GetSketchGeometry(DependencyObject)
Gets the sketch geometry.
Declaration
public static Geometry GetSketchGeometry(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
The object. |
Returns
System.Windows.Media.Geometry
|
SetIsSketchy(DependencyObject, Boolean)
Sets the is sketchy.
Declaration
public static void SetIsSketchy(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
The object. |
System.Boolean
value
If set to |
SetSketchGeometry(DependencyObject, Geometry)
Sets the sketch geometry that will be used if provided when the shape is sketched.
Declaration
public static void SetSketchGeometry(DependencyObject obj, Geometry value)
Parameters
System.Windows.DependencyObject
obj
The object. |
System.Windows.Media.Geometry
value
The value. |