Interface IButtonAdv
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public interface IButtonAdv
Properties
IsMultiLine
Declaration
bool IsMultiLine { get; set; }
Property Value
Type |
---|
System.Boolean |
Label
Declaration
string Label { get; set; }
Property Value
Type |
---|
System.String |
LargeIcon
Declaration
ImageSource LargeIcon { get; set; }
Property Value
Type |
---|
System.Windows.Media.ImageSource |
SizeMode
Declaration
SizeMode SizeMode { get; set; }
Property Value
Type |
---|
SizeMode |
SmallIcon
Declaration
ImageSource SmallIcon { get; set; }
Property Value
Type |
---|
System.Windows.Media.ImageSource |