Show / Hide Table of Contents

    Interface IBackground

    Interface for Forms9Patch elements with background features

    Inherited Members
    IShape.BackgroundColor
    IShape.HasShadow
    IShape.ShadowInverted
    IShape.OutlineColor
    IShape.OutlineRadius
    IShape.OutlineWidth
    IShape.BorderColor
    IShape.BorderRadius
    IShape.BorderWidth
    IShape.ElementShape
    IElement.InstanceId
    Namespace: Forms9Patch
    Assembly: Forms9Patch.dll
    Syntax
    public interface IBackground : IShape, IElement

    Properties

    BackgroundImage

    Gets or Sets the Background Image

    Declaration
    Image BackgroundImage { get; set; }
    Property Value
    Type Description
    Image

    Extension Methods

    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