Classes
AddedRemovedEvent
AlertElement
AnchorContainerElement
ArrowShape
ButtonElement
CanvasElement
CanvasManager
CheckboxElement
CheckboxSkinElement
CollectionChangedEvent
CollectionSort
ColorPickerButtonElement
ColorPickerElement
ContainerBaseElement
CursorDefinition
DataGridColumnDefinition
DataGridDataRenderer
DataGridElement
DataGridHeaderColumnDividerSkinElement
DataGridHeaderElement
DataGridHeaderItemRenderer
DataGridItemData
DataGridItemRendererBase
DataGridLabelItemRenderer
DataListData
DataListElement
DataRendererBaseElement
DataRendererLabelElement
DatePickerButtonElement
DatePickerElement
DispatcherEvent
DrawMetrics
DropdownArrowButtonSkinElement
DropdownBaseElement
DropdownElement
ElementEvent
ElementGridItemClickEvent
ElementKeyboardEvent
ElementListItemClickEvent
ElementMouseEvent
ElementMouseWheelEvent
EllipseShape
EventDispatcher
FillBase
GridContainerElement
GridContainerRowColumnDefinition
ImageElement
IpInputElement
LabelElement
LinearGradientFill
ListCollection
ListContainerElement
ProgressElement
RadioButtonElement
RadioButtonSkinElement
RoundedRectangleShape
ScrollBarElement
ScrollButtonSkinElement
ShapeBase
SkinnableElement
SolidFill
StyleableBase
StyleChangedEvent
StyleData
StyleDefinition
StyleProxy
TextAreaElement
TextElement
TextFieldElement
TextInputElement
TimeInputElement
ToggleButtonElement
ToggleButtonGroup
Tween
ViewportElement


LinearGradientFill

Fills a linear gradient across the element with supplied angle and color stops.

Inheritance:     LinearGradientFill ➞ FillBaseStyleableBaseStyleDefinitionEventDispatcher ➞ Object

Styles
Style Defined By
GradientColorStops     :    Array LinearGradientFill
Array of color stops to apply to the gradient.
Format like [[position, "color"], [position, "color"], ...]
Position is a number between 0 and 1 representing where on the gradient line
to place the color stop.
 
GradientCoverage     :    String LinearGradientFill
Determines the size of the gradient line based on the GradientDegrees.
This style has no effect on gradients at 90 degree intervals.
Available values are "inner" and "outer".
Inner gradient will draw a line across the center of the element at the specified degrees.
Outer gradient extends the line beyond the element's bounds so that the gradient is
perpendicular to the outer most corners of the element.
 
GradientDegrees     :    Number LinearGradientFill
Angle 0-360 which the gradient should be drawn across the element.
 


Events
Show Inherited


Public Functions
Show Inherited
Function Defined By
LinearGradientFill() [Constructor] LinearGradientFill
Creates new LinearGradientFill instance.
 


Internal Functions
Show Inherited