Class FilledPathWrapper
Inheritance
System.Object
FilledPathWrapper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Syncfusion.Diagram.Base.dll
public class FilledPathWrapper : NodeWrapper
Constructors
Declaration
public FilledPathWrapper()
Properties
Declaration
public bool CanChangePath { get; set; }
Property Value
Declaration
public ArrayList ControlPoints { get; set; }
Property Value
Type |
System.Collections.ArrayList |
Declaration
public bool EnableShading { get; set; }
Property Value
Declaration
public FillStyleWrapper FillStyle { get; set; }
Property Value
Declaration
public bool IsVertexEditable { get; set; }
Property Value
Declaration
public LabelCollection Labels { get; set; }
Property Value
Declaration
public int MaxPoints { get; set; }
Property Value
Declaration
public int MinPoints { get; set; }
Property Value
Declaration
public PointF[] PathPoints { get; set; }
Property Value
Type |
System.Drawing.PointF[] |
Declaration
public byte[] PathTypes { get; set; }
Property Value
Methods
Declaration
public void Deserialize(FilledPath filledPath)
Parameters
Declaration
public void Serialize(FilledPath filledPath)
Parameters