ClassRadDiagramSketchShape
Class
Represents a Sketchy type of DiagramShape.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
cs-api-definition
public class RadDiagramSketchShape : RadDiagramShape, IGeometryShape, IShape, IDiagramItem, ISerializable, ISupportMouseOver, IPropertyChanged, IGroupable, ISupportManipulation, ISupportVirtualization, IContainerChild, ICollapsible, ISupportRotation
Inheritance: objectRadDiagramItemRadDiagramShapeBaseRadDiagramShapeRadDiagramSketchShape
Implements:
Inherited Members
Constructors
RadDiagramSketchShape()
Declaration
cs-api-definition
public RadDiagramSketchShape()
Methods
Deserialize(SerializationInfo)
Deserializes the specified info.
Declaration
cs-api-definition
public override void Deserialize(SerializationInfo info)
Parameters
info
The info.
Overrides
Serialize()
Serializes this shape.
Declaration
cs-api-definition
public override SerializationInfo Serialize()
Returns
Overrides