SketchGeometryEffect
Class
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)
The object.
Returns:Gets the sketch geometry.
C#
public static Geometry GetSketchGeometry(DependencyObject obj)
The object.
Returns:Geometry
Sets the is sketchy.
C#
public static void SetIsSketchy(DependencyObject obj, bool value)
The object.
valueboolIf 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)
The object.
valueGeometryThe value.