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


StyleData

Storage class for style data.

Inheritance:     StyleData ➞ Object

Public Members
Member Defined By
priority     :    Array StyleData
Read Only - Array of integers representing the position
in the style chain the style was found.
 
styleName     :    string StyleData
Read Only - Name of associated style
 
value     :    Any StyleData
Read Only - Value of associated style
 


Public Functions
Function Defined By
StyleData(styleName) [Constructor] StyleData
Creates new StyleData instance.
  styleName     :    String
String representing style name for associated data.
 
clone() StyleData
Duplicates an instance of StyleData (deep copy).
  returns     :    StyleData
A new StyleData instance identical to the cloned instance.
 
comparePriority(compareToStyleData) StyleData
Compares the style priority (position in style chain) of two StyleData instances.
  compareToStyleData     :    StyleData
StyleData instance to compare.
  returns     :    int
Returns -1 if this instance is lower priority than compareToStyleData.
Returns +1 if this instance is higher priority than compareToStyleData.
Returns 0 if this instance is the same priority as compareToStyleData.
 
equals(equalToStyleData) StyleData
Checks if two instances of StyleData contain the same values.
  equalToStyleData     :    StyleData
StyleData instance to compare.
  returns     :    boolean
Returns true when both instances contain the same values.