Show / Hide Table of Contents

    Class ShapeBase

    Rounded box base.

    Inheritance
    Object
    ShapeBase
    Inherited Members
    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
    public static class ShapeBase

    Fields

    BackgroundColorProperty

    backing store for BackgroundColor property

    Declaration
    public static readonly BindableProperty BackgroundColorProperty
    Field Value
    Type Description
    BindableProperty

    BackgroundImageProperty

    Backing store for the BackgroundImage property

    Declaration
    public static readonly BindableProperty BackgroundImageProperty
    Field Value
    Type Description
    BindableProperty

    BorderColorProperty

    Backing store for the BorderColor property

    Declaration
    public static readonly BindableProperty BorderColorProperty
    Field Value
    Type Description
    BindableProperty

    BorderRadiusProperty

    Backing store for the BorderRadius property

    Declaration
    public static readonly BindableProperty BorderRadiusProperty
    Field Value
    Type Description
    BindableProperty

    BorderWidthProperty

    Backing store for the BorderWidth property

    Declaration
    public static readonly BindableProperty BorderWidthProperty
    Field Value
    Type Description
    BindableProperty

    ElementShapeProperty

    backing store for ExtendedElementShape property

    Declaration
    public static readonly BindableProperty ElementShapeProperty
    Field Value
    Type Description
    BindableProperty

    ExtendedElementSeparatorWidthProperty

    Backind store for the extended element separator width property.

    Declaration
    public static readonly BindableProperty ExtendedElementSeparatorWidthProperty
    Field Value
    Type Description
    BindableProperty

    ExtendedElementShapeOrientationProperty

    Backing store for ExtendedElementShapeOrientaiton property

    Declaration
    public static readonly BindableProperty ExtendedElementShapeOrientationProperty
    Field Value
    Type Description
    BindableProperty

    ExtendedElementShapeProperty

    backing store for ExtendedElementShape property

    Declaration
    public static readonly BindableProperty ExtendedElementShapeProperty
    Field Value
    Type Description
    BindableProperty

    HasShadowProperty

    backing store for HasShadow property

    Declaration
    public static readonly BindableProperty HasShadowProperty
    Field Value
    Type Description
    BindableProperty

    OutlineColorProperty

    backing store for OutlineColor property

    Declaration
    public static readonly BindableProperty OutlineColorProperty
    Field Value
    Type Description
    BindableProperty

    OutlineRadiusProperty

    backing store for OutlineRadius property

    Declaration
    public static readonly BindableProperty OutlineRadiusProperty
    Field Value
    Type Description
    BindableProperty

    OutlineWidthProperty

    backing store for OutlineWidth property

    Declaration
    public static readonly BindableProperty OutlineWidthProperty
    Field Value
    Type Description
    BindableProperty

    ParentSegmentsOrientationProperty

    Backing store for the SegmentOrientation of the ExtendedShape's Parent

    Declaration
    public static readonly BindableProperty ParentSegmentsOrientationProperty
    Field Value
    Type Description
    BindableProperty

    ShadowInvertedProperty

    backing store for ShadowInverted property

    Declaration
    public static readonly BindableProperty ShadowInvertedProperty
    Field Value
    Type Description
    BindableProperty
    Back to top Copyright © 2018 42nd Parallel