Show / Hide Table of Contents

    Interface ILayout

    Interface for Forms9Patch layout elements

    Inherited Members
    IBackground.BackgroundImage
    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 ILayout : IBackground, IShape, IElement

    Properties

    IgnoreChildren

    Don't relayout layout if child's layout/size changes

    Declaration
    bool IgnoreChildren { get; set; }
    Property Value
    Type Description
    Boolean

    Padding

    Padding

    Declaration
    Thickness Padding { get; set; }
    Property Value
    Type Description
    Thickness

    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