RadControls for Silverlight

The TickMark type exposes the following members.

Constructors

  NameDescription
Public methodTickMark

Methods

  NameDescription
Public methodRaiseDataPropertyChanged
Raise property changed event for "Data" property.

Extension Methods

  NameDescription
Public Extension MethodChildrenOfType<(Of <<'(T>)>>)
Gets all child elements recursively from the visual tree by given type.
(Defined by ChildrenOfTypeExtensions.)
Public Extension MethodClearIfNoBindingAndSet
Clears if set.
(Defined by CommonExtensions.)
Public Extension MethodClearIfSet
Clears the property if a value has been set.
(Defined by CommonExtensions.)
Public Extension MethodClearValue
Clears the local value of the read only property.
(Defined by DependencyPropertyExtensions.)
Public Extension MethodCoerceValue
Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject.
(Defined by DependencyPropertyExtensions.)
Public Extension MethodFindChildByType<(Of <<'(T>)>>)
Finds child element of the specified type. Uses breadth-first search.
(Defined by ChildrenOfTypeExtensions.)
Public Extension MethodGetHashCodeOrZero (Defined by ExtensionMethods.)
Public Extension MethodGetParents
Enumerates through element's parents in the visual tree.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodGetVisualParent<(Of <<'(T>)>>)
Searches up in the visual tree for parent element of the specified type.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodIsAncestorOf
Determines whether the element is an ancestor of the descendant.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodIsLocalValueSet(DependencyProperty)Overloaded.
Determines whether the specified dependency property local value is set.
(Defined by DependencyObjectExtensions.)
Public Extension MethodIsLocalValueSet(DependencyProperty)Overloaded.
Determines whether the specified dependency property local value is set.
(Defined by CommonExtensions.)
Public Extension MethodParentOfType<(Of <<'(T>)>>)
Gets the parent element from the visual tree by given type.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodSetIfDifferent
Sets the value of the dependencyProperty property if it's hasn't that value currently.
(Defined by CommonExtensions.)
Public Extension MethodSetValue
Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property.
(Defined by DependencyPropertyExtensions.)

Fields

  NameDescription
Public fieldStatic memberBackgroundProperty
Identifies the Background dependency property.
Public fieldStatic memberStrokeProperty
Identifies the Stroke dependency property.
Public fieldStatic memberStrokeThicknessProperty
Identifies the StrokeThickness dependency property.
Public fieldStatic memberUseRangeColorProperty
Identifies the UseRangeColor dependency property.

Properties

  NameDescription
Public propertyBackground
Gets or sets tick background.
Public propertyData
Return reference to self. This property can be used within Binding in XAML to implement binding which reflect extended property changes.
Public propertyItem
Gets value from object using format string.
Public propertyStroke
Gets or sets the Brush that specifies how the tick outline is painted.
Public propertyStrokeThickness
Gets or sets stroke thickness.
Public propertyType
Gets or sets tick type.
Public propertyUseRangeColor
Gets or sets value which indicates whether the tick will use range color as its background.

Events

  NameDescription
Public eventPropertyChanged
Occurs when property changed. Implemented for binding.

See Also