ClassSketchGeometryEffect
Represents the SketchGeometry effect.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
public class SketchGeometryEffect : DependencyObject
Inheritance: objectSketchGeometryEffect
Constructors
SketchGeometryEffect()
Declaration
public SketchGeometryEffect()
Fields
IsSketchyProperty
Identifies the IsSketchy attached property.
Declaration
public static readonly DependencyProperty IsSketchyProperty
Field Value
DependencyProperty
SketchGeometryProperty
Identifies the SketchGeometry attached property.
Declaration
public static readonly DependencyProperty SketchGeometryProperty
Field Value
DependencyProperty
Methods
GetIsSketchy(DependencyObject)
Gets the is sketchy.
Declaration
public static bool GetIsSketchy(DependencyObject obj)
Parameters
obj
DependencyObject
The object.
Returns
GetSketchGeometry(DependencyObject)
Gets the sketch geometry.
Declaration
public static Geometry GetSketchGeometry(DependencyObject obj)
Parameters
obj
DependencyObject
The object.
Returns
Geometry
SetIsSketchy(DependencyObject, bool)
Sets the is sketchy.
Declaration
public static void SetIsSketchy(DependencyObject obj, bool value)
Parameters
obj
DependencyObject
The object.
value
If set to true [value].
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
obj
DependencyObject
The object.
value
Geometry
The value.