Class PathElementShape
Inherited Members
Namespace: Telerik.WinControls.Shapes
Assembly: Telerik.WinControls.dll
Syntax
public class PathElementShape : CustomShape
Constructors
PathElementShape()
Declaration
public PathElementShape()
PathElementShape(GraphicsPath, VisualElement)
Declaration
public PathElementShape(GraphicsPath path, VisualElement owner)
Parameters
System.
|
Visual
|
Properties
Bounds
Declaration
public RectangleF Bounds { get; set; }
Property Value
System.
|
Owner
Path
Declaration
public GraphicsPath Path { get; set; }
Property Value
System.
|
ScaledPath
Declaration
public GraphicsPath ScaledPath { get; }
Property Value
System.
|
Methods
CreatePath(Rectangle)
Declaration
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
System.
|
Returns
System.
|
Overrides
DeserializeProperties(String)
Deserializes properties. Required for telerik deserialization mechanism.
Declaration
public override void DeserializeProperties(string propertiesString)
Parameters
System.
|
Overrides
SerializeProperties()
Serializes properties. Required for telerik serialization mechanism.
Declaration
public override string SerializeProperties()
Returns
System.
|