Class Environment.UI.Toolbar.ButtonSizeable
Inheritance
System.Object
Environment.UI.Toolbar.ButtonSizeable
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 ButtonSizeable : Environment.UI.Toolbar.BaseButton
Constructors
ButtonSizeable()
Declaration
public ButtonSizeable()
ButtonSizeable(String, ImageSource)
Declaration
public ButtonSizeable(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 |
Overrides
ImageSize
Declaration
public Size ImageSize { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Size |