Class ResetButtonCustomizations
custom image properties class
Inheritance
System.Object
ResetButtonCustomizations
Assembly: Syncfusion.Tools.Windows.dll
public class ResetButtonCustomizations : Object
Constructors
Declaration
public ResetButtonCustomizations()
Declaration
public ResetButtonCustomizations(Color backcolor, Image backgroundimage, ButtonAppearance appearance, Size size, bool visible)
Parameters
| Type |
Name |
Description |
| System.Drawing.Color |
backcolor |
|
| System.Drawing.Image |
backgroundimage |
|
| ButtonAppearance |
appearance |
|
| System.Drawing.Size |
size |
|
| System.Boolean |
visible |
|
Properties
Declaration
public ButtonAppearance Appearance { get; set; }
Property Value
Declaration
public Color BackColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public Image BackgroundImage { get; set; }
Property Value
| Type |
| System.Drawing.Image |
Declaration
public Size Size { get; set; }
Property Value
Declaration
public bool Visible { get; set; }
Property Value