Class ShadowStyleDialog
Class containing Shadow Style Dialog.
Inheritance
System.Object
ShadowStyleDialog
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class ShadowStyleDialog : Form
Constructors
ShadowStyleDialog()
Initializes a new instance of the ShadowStyleDialog class.
Declaration
public ShadowStyleDialog()
Properties
ShadowStyle
Gets FillStyle property
Declaration
public ShadowStyle ShadowStyle { get; }
Property Value
Type |
---|
ShadowStyle |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true to release both managed and unmanaged resources; false to release only unmanaged resources. |