Class ShadowStyleWrapper
Inheritance
System.Object
ShadowStyleWrapper
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()
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class ShadowStyleWrapper
Constructors
ShadowStyleWrapper()
Declaration
public ShadowStyleWrapper()
Properties
FillStyle
Declaration
public FillStyleWrapper FillStyle { get; set; }
Property Value
Type |
---|
FillStyleWrapper |
OffsetX
Declaration
public float OffsetX { get; set; }
Property Value
Type |
---|
System.Single |
OffsetY
Declaration
public float OffsetY { get; set; }
Property Value
Type |
---|
System.Single |
Visible
Declaration
public bool Visible { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
Deserialize(ShadowStyle)
Declaration
public void Deserialize(ShadowStyle style)
Parameters
Type | Name | Description |
---|---|---|
ShadowStyle | style |
Serialize(ShadowStyle)
Declaration
public void Serialize(ShadowStyle style)
Parameters
Type | Name | Description |
---|---|---|
ShadowStyle | style |