| C1.WPF.Gauge Namespace : C1GaugeDecorator Class |
The following tables list the members exposed by C1GaugeDecorator.
| Name | Description | |
|---|---|---|
![]() ![]() | FromProperty | Identifies the From dependency property. |
![]() ![]() | LocationProperty | Identifies the Location dependency property. |
![]() ![]() | OpacityMaskProperty | Identifies the OpacityMask dependency property. |
![]() ![]() | OpacityProperty | Identifies the Opacity dependency property. |
![]() ![]() | ToProperty | Identifies the To dependency property. |
![]() ![]() | VisibilityProperty | Identifies the Visibility dependency property. |
| Name | Description | |
|---|---|---|
![]() | DependencyObjectType | (Inherited from System.Windows.DependencyObject) |
![]() | Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) |
![]() | From | Gets/sets the value where the decorator starts. Set to double.NaN to bind to Gauge's minimum (default). |
![]() | IsSealed | (Inherited from System.Windows.DependencyObject) |
![]() | Location | Logical value representing the starting point of the decorator, where 0 represents the center, and 1 represents the axis location. |
![]() | Opacity | Gets or sets the opacity of the element. |
![]() | OpacityMask | Gets or sets the brush used as opacity mask of the element. |
![]() | To | Gets/sets the value where the decorator ends. Set to double.NaN to bind to Gauge's maximum (default). |
![]() | Visibility | Gets or sets the element visibility. |
| Name | Description | |
|---|---|---|
![]() | CalculatedFrom | Gets or sets the calculated from. Includes fallback logic. Override it using the UpdateCalculatedValues method. |
![]() | CalculatedLocation | Gets or sets the calculated location. Includes fallback logic. Override it using the UpdateCalculatedValues method. |
![]() | CalculatedTo | Gets or sets the calculated to. Includes fallback logic. Override it using the UpdateCalculatedValues method. |
![]() | IsRepeater | Returns true if the decorator behaves as a repeater of elements that might have collisions with other decorators. |
| Name | Description | |
|---|---|---|
![]() | ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
![]() | CoerceValue | (Inherited from System.Windows.DependencyObject) |
![]() | Equals | (Inherited from System.Windows.DependencyObject) |
![]() | GetHashCode | (Inherited from System.Windows.DependencyObject) |
![]() | GetLocalValueEnumerator | (Inherited from System.Windows.DependencyObject) |
![]() | GetValue | (Inherited from System.Windows.DependencyObject) |
![]() | InvalidateProperty | (Inherited from System.Windows.DependencyObject) |
![]() | ReadLocalValue | (Inherited from System.Windows.DependencyObject) |
![]() | SetCurrentValue | (Inherited from System.Windows.DependencyObject) |
![]() | SetValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
| Name | Description | |
|---|---|---|
![]() | GetPresenter | Create ControlPresenter for a value or get it from the cache. |
![]() | IsSafeLocation | Determines whether the location is safe in the context of the current C1Gauge. |
![]() | OnContextChanged | Invoked after the context has changed. |
![]() | OnPropertyChanged | (Inherited from System.Windows.DependencyObject) |
![]() | ToSafeLocation | Converts a location into a safe location in the context of the current C1Gauge. |
![]() | UpdateCalculatedValues | Does the special bindings. i.e. bind From and To (to Gauge's minimum and maximum if are double.NaN) |