Class FillStyleWrapper
Inheritance
System.Object
FillStyleWrapper
Assembly: Syncfusion.Diagram.Base.dll
public class FillStyleWrapper : Object
Constructors
Declaration
public FillStyleWrapper()
Properties
Declaration
public Color Color { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public int ColorAlphaFactor { get; set; }
Property Value
Declaration
public Color ForeColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public int ForeColorAlphaFactor { get; set; }
Property Value
Declaration
public float GradientAngle { get; set; }
Property Value
Declaration
public float GradientCenter { get; set; }
Property Value
Declaration
public HatchStyle HatchBrushStyle { get; set; }
Property Value
| Type |
| System.Drawing.Drawing2D.HatchStyle |
Declaration
public string PathStyle { get; set; }
Property Value
Texture
Declaration
public Image Texture { get; set; }
Property Value
| Type |
| System.Drawing.Image |
TextureWrapMode
Declaration
public WrapMode TextureWrapMode { get; set; }
Property Value
| Type |
| System.Drawing.Drawing2D.WrapMode |
Declaration
public FillStyleType Type { get; set; }
Property Value
Methods
Declaration
public void DeSerialize(FillStyle fillStyle)
Parameters
Declaration
public void Serialize(FillStyle fillStyle)
Parameters