Version

RadialGaugeRange Class Members

The following tables list the members exposed by RadialGaugeRange.

Public Constructors
 NameDescription
Public ConstructorRadialGaugeRange ConstructorInitializes a new RadialGaugeRange.  
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)BrushPropertyIdentifies the Brush bindable property.  
Public Fieldstatic (Shared in Visual Basic)EndValuePropertyIdentifies the EndValue bindable property.  
Public Fieldstatic (Shared in Visual Basic)InnerEndExtentPropertyIdentifies the InnerEndExtent bindable property.  
Public Fieldstatic (Shared in Visual Basic)InnerStartExtentPropertyIdentifies the InnerStartExtent bindable property.  
Public Fieldstatic (Shared in Visual Basic)NamePropertyIdentifies the Name bindable property.  
Public Fieldstatic (Shared in Visual Basic)OuterEndExtentPropertyIdentifies the OuterEndExtent bindable property.  
Public Fieldstatic (Shared in Visual Basic)OuterStartExtentPropertyIdentifies the OuterStartExtent bindable property.  
Public Fieldstatic (Shared in Visual Basic)OutlinePropertyIdentifies the Outline bindable property.  
Public Fieldstatic (Shared in Visual Basic)StartValuePropertyIdentifies the StartValue bindable property.  
Public Fieldstatic (Shared in Visual Basic)StrokeThicknessPropertyIdentifies the StrokeThickness bindable property.  
Public Properties
 NameDescription
Public PropertyAutomationId (Inherited from Xamarin.Forms.Element)
Public PropertyBindingContext (Inherited from Xamarin.Forms.BindableObject)
Public PropertyBrushGets or sets the brush to use to fill the range.  
Public PropertyClassId (Inherited from Xamarin.Forms.Element)
Public PropertyDispatcher (Inherited from Xamarin.Forms.BindableObject)
Public PropertyEffects (Inherited from Xamarin.Forms.Element)
Public PropertyEndValueGets or sets the value at which the range ends along the scale.  
Public PropertyId (Inherited from Xamarin.Forms.Element)
Public PropertyInnerEndExtentGets or sets the distance from the center of the gauge (from 0 to 1) at which to end rendering the inner sweep of the range. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge.  
Public PropertyInnerStartExtentGets or sets the distance from the center of the gauge (from 0 to 1) at which to start rendering the inner sweep of the range. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge.  
Public PropertyNameGets or sets the name of the range.  
Public PropertyOuterEndExtentGets or sets the distance from the center of the gauge (from 0 to 1) at which to end rendering the outer sweep of the range. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge.  
Public PropertyOuterStartExtentGets or sets the distance from the center of the gauge (from 0 to 1) at which to start rendering the outer sweep of the range. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge.  
Public PropertyOutlineGets or sets the outline to use when rendering the range.  
Public PropertyParent (Inherited from Xamarin.Forms.Element)
Public PropertyStartValueGets or sets the value at which the range starts along the scale.  
Public PropertyStrokeThicknessGets or sets the stroke thickness to use when rendering this range's outline.  
Public PropertyStyleId (Inherited from Xamarin.Forms.Element)
Public Methods
 NameDescription
Public MethodClearValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodCoerceValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodFindByName (Inherited from Xamarin.Forms.Element)
Public MethodGetValue (Inherited from Xamarin.Forms.BindableObject)
Public MethodIsSet (Inherited from Xamarin.Forms.BindableObject)
Public MethodRemoveBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodRemoveDynamicResource (Inherited from Xamarin.Forms.Element)
Public MethodSetBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodSetDynamicResource (Inherited from Xamarin.Forms.Element)
Public MethodSetValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Protected Methods
 NameDescription
Protected MethodApplyBindings (Inherited from Xamarin.Forms.BindableObject)
Protected MethodOnBindingContextChangedCalled when the binding context changes (Inherited from Infragistics.XamarinForms.Controls.ElementBase)
Protected MethodOnChildAdded (Inherited from Xamarin.Forms.Element)
Protected MethodOnChildRemoved (Inherited from Xamarin.Forms.Element)
Protected MethodOnParentSetCalled when the parent is set (Inherited from Infragistics.XamarinForms.Controls.ElementBase)
Protected MethodOnPropertyChangedInvoked when a bound property is changed. (Inherited from Infragistics.XamarinForms.Controls.ElementBase)
Protected MethodOnPropertyChanging (Inherited from Xamarin.Forms.BindableObject)
Protected MethodUnapplyBindings (Inherited from Xamarin.Forms.BindableObject)
Public Events
 NameDescription
Public EventBindingContextChanged (Inherited from Xamarin.Forms.BindableObject)
Public EventChildAdded (Inherited from Xamarin.Forms.Element)
Public EventChildRemoved (Inherited from Xamarin.Forms.Element)
Public EventDescendantAdded (Inherited from Xamarin.Forms.Element)
Public EventDescendantRemoved (Inherited from Xamarin.Forms.Element)
Public EventPropertyChanged (Inherited from Xamarin.Forms.BindableObject)
Public EventPropertyChanging (Inherited from Xamarin.Forms.BindableObject)
See Also