ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1GaugeDecorator Class
Fields Properties Methods


In This Topic
    C1GaugeDecorator Class Members
    In This Topic

    The following tables list the members exposed by C1GaugeDecorator.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the From dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Location dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the OpacityMask dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Opacity dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the To dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Visibility dependency property.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets/sets the value where the decorator starts. Set to double.NaN to bind to Gauge's minimum (default).  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyLogical value representing the starting point of the decorator, where 0 represents the center, and 1 represents the axis location.  
    Public PropertyGets or sets the opacity of the element.  
    Public PropertyGets or sets the brush used as opacity mask of the element.  
    Public PropertyGets/sets the value where the decorator ends. Set to double.NaN to bind to Gauge's maximum (default).  
    Public PropertyGets or sets the element visibility.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets or sets the calculated from. Includes fallback logic. Override it using the UpdateCalculatedValues method.  
    Protected PropertyGets or sets the calculated location. Includes fallback logic. Override it using the UpdateCalculatedValues method.  
    Protected PropertyGets or sets the calculated to. Includes fallback logic. Override it using the UpdateCalculatedValues method.  
    Protected PropertyReturns true if the decorator behaves as a repeater of elements that might have collisions with other decorators.  
    Top
    Public Methods
    Protected Methods
     NameDescription
    Protected MethodCreate ControlPresenter for a value or get it from the cache.  
    Protected MethodDetermines whether the location is safe in the context of the current C1Gauge.  
    Protected MethodInvoked after the context has changed.  
    Protected Method (Inherited from System.Windows.DependencyObject)
    Protected MethodConverts a location into a safe location in the context of the current C1Gauge.  
    Protected MethodDoes the special bindings. i.e. bind From and To (to Gauge's minimum and maximum if are double.NaN)  
    Top
    See Also