Class ColorGradientBox
Box view with a color gradient fill. Don't count on this element sticking around for too long.
Implements
Inherited Members
Xamarin.Forms.VisualElement.OnChildRemoved(Xamarin.Forms.Element, System.Int32)
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public class ColorGradientBox : View, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, INavigationProxy, IStyleSelectable, IAnimatable, IResourcesProvider, IStyleElement, IFlowDirectionController, IPropertyPropagationController, IVisualController, ITabStopElement, IStylable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers
Fields
EndColorProperty
The end color property.
Declaration
public static readonly BindableProperty EndColorProperty
Field Value
Type | Description |
---|---|
BindableProperty |
OrientationProperty
The orientation property.
Declaration
public static readonly BindableProperty OrientationProperty
Field Value
Type | Description |
---|---|
BindableProperty |
StartColorProperty
The start color property.
Declaration
public static readonly BindableProperty StartColorProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
EndColor
Gets or sets the end color.
Declaration
public Color EndColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The end color. |
Orientation
Gets or sets the orientation.
Declaration
public StackOrientation Orientation { get; set; }
Property Value
Type | Description |
---|---|
StackOrientation | The orientation. |
StartColor
Gets or sets the start color.
Declaration
public Color StartColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The start color. |