Class ResetButtonCustomizations
custom image properties class
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.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ResetButtonCustomizations
Constructors
ResetButtonCustomizations()
Declaration
public ResetButtonCustomizations()
ResetButtonCustomizations(Color, Image, ButtonAppearance, Size, Boolean)
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
Appearance
Declaration
public ButtonAppearance Appearance { get; set; }
Property Value
Type |
---|
ButtonAppearance |
BackColor
Declaration
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BackgroundImage
Declaration
public Image BackgroundImage { get; set; }
Property Value
Type |
---|
System.Drawing.Image |
Size
Declaration
public Size Size { get; set; }
Property Value
Type |
---|
System.Drawing.Size |
Visible
Declaration
public bool Visible { get; set; }
Property Value
Type |
---|
System.Boolean |