Version

UserBaseAnnotation Class Members

The following tables list the members exposed by UserBaseAnnotation.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)AnnotationDataPropertyIdentifies the AnnotationData dependency property.  
Public Fieldstatic (Shared in Visual Basic)BadgeBackgroundPropertyIdentifies the BadgeBackground dependency property.  
Public Fieldstatic (Shared in Visual Basic)BadgeCornerRadiusPropertyIdentifies the BadgeCornerRadius.  
Public Fieldstatic (Shared in Visual Basic)BadgeImagePathPropertyIdentifies the BadgeImagePath.  
Public Fieldstatic (Shared in Visual Basic)BadgeMarginPropertyIdentifies the BadgeMargin.  
Public Fieldstatic (Shared in Visual Basic)BadgeOutlinePropertyIdentifies the BadgeOutline dependency property.  
Public Fieldstatic (Shared in Visual Basic)BadgeSizePropertyIdentifies the BadgeSize.  
Public Fieldstatic (Shared in Visual Basic)BadgeThicknessPropertyIdentifies the BadgeThickness.  
Public Fieldstatic (Shared in Visual Basic)BadgeVisiblePropertyIdentifies the BadgeVisible.  
Public Fieldstatic (Shared in Visual Basic)IsPillShapedPropertyIdentifies the IsPillShaped.  
Public Fieldstatic (Shared in Visual Basic)IsVisiblePropertyIdentifies the IsVisible.  
Public Fieldstatic (Shared in Visual Basic)LabelBackgroundPropertyIdentifies the LabelBackground dependency property.  
Public Fieldstatic (Shared in Visual Basic)LabelBorderColorPropertyIdentifies the LabelBorderColor.  
Public Fieldstatic (Shared in Visual Basic)LabelBorderRadiusPropertyIdentifies the LabelBorderRadius.  
Public Fieldstatic (Shared in Visual Basic)LabelBorderThicknessPropertyIdentifies the LabelBorderThickness.  
Public Fieldstatic (Shared in Visual Basic)LabelColorPropertyIdentifies the LabelColor dependency property.  
Public Fieldstatic (Shared in Visual Basic)LabelPaddingPropertyIdentifies the LabelPadding.  
Public Fieldstatic (Shared in Visual Basic)LabelPropertyIdentifies the Label dependency property.  
Public Properties
 NameDescription
Public PropertyAnnotationDataGets or sets the additional data that should be stored with the annotation.  
Public PropertyBadgeBackgroundGets or sets the background of badge annotation.  
Public PropertyBadgeCornerRadiusGets or sets border radius of the badge annotations.  
Public PropertyBadgeImagePathGets or sets image path for displayed in the badge annotations.  
Public PropertyBadgeMarginGets or sets margin of the badge annotations.  
Public PropertyBadgeOutlineGets or sets the outline of badge annotation.  
Public PropertyBadgeSizeGets or sets size of the badge annotations.  
Public PropertyBadgeThicknessGets or sets thickness of the badge annotations.  
Public PropertyBadgeVisibleGets or sets whether to draw the badge in annotation  
Public PropertyCanFreezeGets a value that indicates whether the object can be made unmodifiable. (Inherited from System.Windows.Freezable)
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyIdentifier  
Public PropertyIsFrozenGets a value that indicates whether the object is currently modifiable. (Inherited from System.Windows.Freezable)
Public PropertyIsPillShapedGets or sets whether the annotation is pill shaped.  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyIsVisibleGets or sets whether to the annotations is rendered  
Public PropertyLabelGets or sets the text that should be displayed on axis annotation.  
Public PropertyLabelBackgroundGets or sets the background text displayed in the annotation.  
Public PropertyLabelBorderColorGets or sets the border color of the axis annotation.  
Public PropertyLabelBorderRadiusGets or sets the border radius of the annotation.  
Public PropertyLabelBorderThicknessGets or sets border thickness of the axis annotations.  
Public PropertyLabelColorGets or sets the color of text displayed in the annotation.  
Public PropertyLabelPaddingGets or sets padding around the label in annotation.  
Public Methods
 NameDescription
Public MethodClearValueOverloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject)
Public MethodCloneCreates a modifiable clone of the System.Windows.Freezable, making deep copies of the object's values. When copying the object's dependency properties, this method copies expressions (which might no longer resolve) but not animations or their current values. (Inherited from System.Windows.Freezable)
Public MethodCloneCurrentValueCreates a modifiable clone (deep copy) of the System.Windows.Freezable using its current values. (Inherited from System.Windows.Freezable)
Public MethodCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodFreezeMakes the current object unmodifiable and sets its System.Windows.Freezable.IsFrozen property to true. (Inherited from System.Windows.Freezable)
Public MethodGetAsFrozenCreates a frozen copy of the System.Windows.Freezable, using base (non-animated) property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from System.Windows.Freezable)
Public MethodGetCurrentValueAsFrozenCreates a frozen copy of the System.Windows.Freezable using current property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from System.Windows.Freezable)
Public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Protected Methods
 NameDescription
Protected MethodCloneCoreMakes the instance a clone (deep copy) of the specified System.Windows.Freezable using base (non-animated) property values. (Inherited from System.Windows.Freezable)
Protected MethodCloneCurrentValueCoreMakes the instance a modifiable clone (deep copy) of the specified System.Windows.Freezable using current property values. (Inherited from System.Windows.Freezable)
Protected MethodCreateInstanceInitializes a new instance of the System.Windows.Freezable class. (Inherited from System.Windows.Freezable)
Protected MethodCreateInstanceCoreWhen implemented in a derived class, creates a new instance of the System.Windows.Freezable derived class. (Inherited from System.Windows.Freezable)
Protected MethodFreezeCoreMakes the System.Windows.Freezable object unmodifiable or tests whether it can be made unmodifiable. (Inherited from System.Windows.Freezable)
Protected MethodGetAsFrozenCoreMakes the instance a frozen clone of the specified System.Windows.Freezable using base (non-animated) property values. (Inherited from System.Windows.Freezable)
Protected MethodGetCurrentValueAsFrozenCoreMakes the current instance a frozen clone of the specified System.Windows.Freezable. If the object has animated dependency properties, their current animated values are copied. (Inherited from System.Windows.Freezable)
Protected MethodOnChangedCalled when the current System.Windows.Freezable object is modified. (Inherited from System.Windows.Freezable)
Protected MethodOnFreezablePropertyChangedOverloaded. Ensures that appropriate context pointers are established for a System.Windows.DependencyObjectType data member that has just been set. (Inherited from System.Windows.Freezable)
Protected MethodOnPropertyChangedOverrides the System.Windows.DependencyObject implementation of System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs) to also invoke any System.Windows.Freezable.Changed handlers in response to a changing dependency property of type System.Windows.Freezable. (Inherited from System.Windows.Freezable)
Protected MethodPropertyUpdatedOverride  
Protected MethodReadPreambleEnsures that the System.Windows.Freezable is being accessed from a valid thread. Inheritors of System.Windows.Freezable must call this method at the beginning of any API that reads data members that are not dependency properties. (Inherited from System.Windows.Freezable)
Protected Internal MethodShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject)
Protected MethodWritePostscriptRaises the System.Windows.Freezable.Changed event for the System.Windows.Freezable and invokes its System.Windows.Freezable.OnChanged method. Classes that derive from System.Windows.Freezable should call this method at the end of any API that modifies class members that are not stored as dependency properties. (Inherited from System.Windows.Freezable)
Protected MethodWritePreambleVerifies that the System.Windows.Freezable is not frozen and that it is being accessed from a valid threading context. System.Windows.Freezable inheritors should call this method at the beginning of any API that writes to data members that are not dependency properties. (Inherited from System.Windows.Freezable)
Public Events
 NameDescription
Public EventChangedOccurs when the System.Windows.Freezable or an object it contains is modified. (Inherited from System.Windows.Freezable)
Public EventPropertyChangedEvent raised when a property value is changed.  
See Also