Show / Hide Table of Contents

Class Environment.UI.Toolbar.ButtonSizeable

Inheritance
System.Object
Environment.UI.Toolbar.BarItem
Environment.UI.Toolbar.BaseButton
Environment.UI.Toolbar.ButtonSizeable
Environment.UI.Toolbar.CheckButton
Inherited Members
Environment.UI.Toolbar.BaseButton.OnClick
Environment.UI.Toolbar.BarItem.Headless
Environment.UI.Toolbar.BarItem.Text
Environment.UI.Toolbar.BarItem.Tooltip
Environment.UI.Toolbar.BarItem.Enabled
Environment.UI.Toolbar.BarItem.Visible
Environment.UI.Toolbar.BarItem.Item
Environment.UI.Toolbar.BarItem.Tag
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
Environment.UI.Toolbar.BaseButton.Image

ImageSize

Declaration
public Size ImageSize { get; set; }
Property Value
Type Description
System.Windows.Size
Back to top Generated by DocFX