Class Environment.UI.Toolbar.Button
Images are automatically sized to fit the contextmenu
Inheritance
System.Object
Environment.UI.Toolbar.Button
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core
Assembly: Experior.Core.dll
Syntax
public class Button : Environment.UI.Toolbar.BaseButton
Constructors
Button()
Declaration
public Button()
Button(String, ImageSource)
Declaration
public Button(string text, ImageSource image)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | |
System.Windows.Media.ImageSource | image |
Properties
Image
Declaration
public override ImageSource Image { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.ImageSource |