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


In This Topic
    C1GaugeMark Class Members
    In This Topic

    The following tables list the members exposed by C1GaugeMark.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a C1GaugeMark.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the AlignmentOffset dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Alignment dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Interval dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Template dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyAlignment of each mark.  
    Public PropertyGets or sets the offset alignment of each mark (in pixels).  
    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). (Inherited from C1.WPF.Gauge.C1GaugeDecorator)
    Public PropertyValue interval to draw each Mark.  
    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. (Inherited from C1.WPF.Gauge.C1GaugeDecorator)
    Public PropertyGets or sets the opacity of the element. (Inherited from C1.WPF.Gauge.C1GaugeDecorator)
    Public PropertyGets or sets the brush used as opacity mask of the element. (Inherited from C1.WPF.Gauge.C1GaugeDecorator)
    Public PropertyDataTemplate used to generate each Mark.  
    Public PropertyGets/sets the value where the decorator ends. Set to double.NaN to bind to Gauge's maximum (default). (Inherited from C1.WPF.Gauge.C1GaugeDecorator)
    Public PropertyGets or sets the element visibility. (Inherited from C1.WPF.Gauge.C1GaugeDecorator)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets or sets the calculated from. Includes fallback logic. Override it using the UpdateCalculatedValues method. (Inherited from C1.WPF.Gauge.C1GaugeDecorator)
    Protected PropertyGets or sets the calculated location. Includes fallback logic. Override it using the UpdateCalculatedValues method. (Inherited from C1.WPF.Gauge.C1GaugeDecorator)
    Protected PropertyGets or sets the calculated to. Includes fallback logic. Override it using the UpdateCalculatedValues method. (Inherited from C1.WPF.Gauge.C1GaugeDecorator)
    Protected PropertyReturns true if the decorator behaves as a repeater of elements that might have collisions with other decorators. (Inherited from C1.WPF.Gauge.C1GaugeDecorator)
    Top
    Public Methods
    Protected Methods
     NameDescription
    Protected MethodCreate ControlPresenter for a value or get it from the cache. (Inherited from C1.WPF.Gauge.C1GaugeDecorator)
    Protected MethodDetermines whether the location is safe in the context of the current C1Gauge. (Inherited from C1.WPF.Gauge.C1GaugeDecorator)
    Protected MethodInvoked after the context has changed. (Inherited from C1.WPF.Gauge.C1GaugeDecorator)
    Protected MethodFinds the DataTemplate to use when the Template property is not directly set in the C1GaugeMark.  
    Protected Method (Inherited from System.Windows.DependencyObject)
    Protected MethodConverts a location into a safe location in the context of the current C1Gauge. (Inherited from C1.WPF.Gauge.C1GaugeDecorator)
    Protected MethodDoes the special bindings. i.e. bind From and To (to Gauge's minimum and maximum if are double.NaN) (Inherited from C1.WPF.Gauge.C1GaugeDecorator)
    Top
    See Also