Show / Hide Table of Contents

    Class ImageButtonState

    OBSOLETE: Use ButtonState

    Inheritance
    Object
    BindableObject
    ButtonState
    ImageButtonState
    Implements
    INotifyPropertyChanged
    IButtonState
    IBackground
    IShape
    ILabel
    ILabelStyle
    IFontElement
    IElement
    Inherited Members
    ButtonState.ImageProperty
    ButtonState.Image
    ButtonState.FontColorProperty
    ButtonState.FontColor
    ButtonState.IconImageProperty
    ButtonState.IconImage
    ButtonState.IconTextProperty
    ButtonState.IconText
    ButtonState.IconFontFamilyProperty
    ButtonState.IconFontFamily
    ButtonState.IconFontSizeProperty
    ButtonState.IconFontSize
    ButtonState.TrailingIconProperty
    ButtonState.TrailingIcon
    ButtonState.TintIconProperty
    ButtonState.TintIcon
    ButtonState.IconColorProperty
    ButtonState.IconColor
    ButtonState.HasTightSpacingProperty
    ButtonState.HasTightSpacing
    ButtonState.SpacingProperty
    ButtonState.Spacing
    ButtonState.OrientationProperty
    ButtonState.Orientation
    ButtonState.ElementShapeProperty
    ButtonState.ElementShape
    ButtonState.BackgroundImageProperty
    ButtonState.BackgroundImage
    ButtonState.BackgroundColorProperty
    ButtonState.BackgroundColor
    ButtonState.HasShadowProperty
    ButtonState.HasShadow
    ButtonState.ShadowInvertedProperty
    ButtonState.ShadowInverted
    ButtonState.OutlineColorProperty
    ButtonState.OutlineColor
    ButtonState.BorderColorProperty
    ButtonState.BorderColor
    ButtonState.OutlineRadiusProperty
    ButtonState.OutlineRadius
    ButtonState.BorderRadiusProperty
    ButtonState.BorderRadius
    ButtonState.OutlineWidthProperty
    ButtonState.OutlineWidth
    ButtonState.BorderWidthProperty
    ButtonState.BorderWidth
    ButtonState.InstanceId
    ButtonState.TextProperty
    ButtonState.Text
    ButtonState.HtmlTextProperty
    ButtonState.HtmlText
    ButtonState.TextColorProperty
    ButtonState.TextColor
    ButtonState.HorizontalTextAlignmentProperty
    ButtonState.HorizontalTextAlignment
    ButtonState.VerticalTextAlignmentProperty
    ButtonState.VerticalTextAlignment
    ButtonState.LineBreakModeProperty
    ButtonState.LineBreakMode
    ButtonState.AutoFitProperty
    ButtonState.AutoFit
    ButtonState.LinesProperty
    ButtonState.Lines
    ButtonState.MinFontSizeProperty
    ButtonState.MinFontSize
    ButtonState.ILabel.FittedFontSize
    ButtonState.ILabel.SynchronizedFontSize
    ButtonState.FontAttributesProperty
    ButtonState.FontAttributes
    ButtonState.FontSizeProperty
    ButtonState.FontSize
    ButtonState.FontFamilyProperty
    ButtonState.FontFamily
    ButtonState.OnPropertyChanged(String)
    BindableObject.BindingContextProperty
    BindableObject.ClearValue(BindableProperty)
    BindableObject.ClearValue(BindablePropertyKey)
    BindableObject.GetValue(BindableProperty)
    BindableObject.IsSet(BindableProperty)
    BindableObject.RemoveBinding(BindableProperty)
    BindableObject.SetBinding(BindableProperty, BindingBase)
    BindableObject.ApplyBindings()
    BindableObject.OnBindingContextChanged()
    BindableObject.OnPropertyChanging(String)
    BindableObject.UnapplyBindings()
    BindableObject.SetValue(BindableProperty, Object)
    BindableObject.SetValue(BindablePropertyKey, Object)
    BindableObject.CoerceValue(BindableProperty)
    BindableObject.CoerceValue(BindablePropertyKey)
    BindableObject.Dispatcher
    BindableObject.BindingContext
    BindableObject.PropertyChanged
    BindableObject.PropertyChanging
    BindableObject.BindingContextChanged
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Forms9Patch
    Assembly: Forms9Patch.dll
    Syntax
    [Obsolete("Use ButtonState", true)]
    public class ImageButtonState : ButtonState, INotifyPropertyChanged, IDynamicResourceHandler, IButtonState, IBackground, IShape, ILabel, ILabelStyle, IFontElement, IElement

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IButtonState
    IBackground
    IShape
    ILabel
    ILabelStyle
    IFontElement
    IElement

    Extension Methods

    FontExtensions.LineHeight(IFontElement)
    FontExtensions.LineSpace(IFontElement)
    DebugExtensions.AddToCensus(Object)
    DebugExtensions.RemoveFromCensus(Object)
    ReflectionExtensions.GetProperties(Object)
    ReflectionExtensions.GetProperty(Object, String)
    ReflectionExtensions.PropertyNames(Object)
    ReflectionExtensions.PropertyExists(Object, String)
    ReflectionExtensions.HasProperty(Object, String)
    ReflectionExtensions.GetPropertyValue(Object, String)
    ReflectionExtensions.SetPropertyValue(Object, String, Object)
    ReflectionExtensions.GetFieldValue(Object, String)
    ReflectionExtensions.SetFieldValue(Object, String, Object)
    ReflectionExtensions.CallMethod(Object, String, Object[])
    Back to top Copyright © 2018 42nd Parallel