Xuni Product Documentation - Xamarin.Forms
XuniLinearGauge Class Properties

For a list of all members of this type, see XuniLinearGauge members.

Public Properties
 NameDescription
Public PropertyAnchorX (Inherited from Xamarin.Forms.VisualElement)
Public PropertyAnchorY (Inherited from Xamarin.Forms.VisualElement)
Public PropertyAutomationId (Inherited from Xamarin.Forms.Element)
Public PropertyBackgroundColor (Inherited from Xamarin.Forms.VisualElement)
Public PropertyBehaviors (Inherited from Xamarin.Forms.VisualElement)
Public PropertyBindingContext (Inherited from Xamarin.Forms.BindableObject)
Public PropertyBounds (Inherited from Xamarin.Forms.VisualElement)
Public PropertyClassId (Inherited from Xamarin.Forms.Element)
Public PropertyDirection Gets or sets the format string used for displaying the gauge values as text.  
Public PropertyEffects (Inherited from Xamarin.Forms.Element)
Public PropertyFaceGets the GaugeRange used to represent the gauge's overall geometry and appearance. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyFaceBorderColor Gets or sets the color of the face border. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyFaceBorderDashes Gets or sets the face border dashes. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyFaceBorderWidth Gets or sets the width of the face border. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyFaceColor Gets or sets the color of the face. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyFormat Gets or sets the format string used for displaying the gauge values as text. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyGestureRecognizers (Inherited from Xamarin.Forms.View)
Public PropertyHeight (Inherited from Xamarin.Forms.VisualElement)
Public PropertyHeightRequest (Inherited from Xamarin.Forms.VisualElement)
Public PropertyHorizontalOptions (Inherited from Xamarin.Forms.View)
Public PropertyId (Inherited from Xamarin.Forms.Element)
Public PropertyInputTransparent (Inherited from Xamarin.Forms.VisualElement)
Public PropertyIsAnimated Gets or sets a value indicating whether the control will transition from one state to another using animations. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyIsEnabled (Inherited from Xamarin.Forms.VisualElement)
Public PropertyIsFocused (Inherited from Xamarin.Forms.VisualElement)
Public PropertyIsReadOnly Gets or sets a value to determine whether the gauge is readonly. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyIsVisible (Inherited from Xamarin.Forms.VisualElement)
Public PropertyLoadAnimation Gets or sets the animation used when the control is loaded. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyMargin (Inherited from Xamarin.Forms.View)
Public PropertyMax Gets or sets the maximum value that can be displayed on the gauge. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyMaxFont Gets or sets the maximum value font style. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyMaxFontAttributes ​Gets or sets the font attributes of max value. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyMaxFontColor Gets or sets the maximum value font color. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyMaxFontFamily ​Gets or sets the font family of max value. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyMaxFontSize ​Gets or sets the font size of max value. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyMaxTextColor Gets or sets the color of the maximum label. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyMin Gets or sets the minimum value that can be displayed on the gauge. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyMinFont Gets or sets the minimum value font style. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyMinFontAttributes ​Gets or sets the font attributes of min value. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyMinFontColor Gets or sets the maximum value font color. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyMinFontFamily ​Gets or sets the font family of min value. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyMinFontSize ​Gets or sets the font size of min value. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyMinimumHeightRequest (Inherited from Xamarin.Forms.VisualElement)
Public PropertyMinimumWidthRequest (Inherited from Xamarin.Forms.VisualElement)
Public PropertyMinTextColor Gets or sets the color of the minimum label. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyNavigation (Inherited from Xamarin.Forms.VisualElement)
Public PropertyOpacity (Inherited from Xamarin.Forms.VisualElement)
Public PropertyOrigin Gets or sets the starting point used for painting the range. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyParent (Inherited from Xamarin.Forms.Element)
Public PropertyParentView (Inherited from Xamarin.Forms.Element)
Public PropertyPointerGets the GaugeRange used to represent the gauge's current value. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyPointerColor Gets or sets the color of the pointer. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyRanges Gets the collection of ranges in this gauge. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyResources (Inherited from Xamarin.Forms.VisualElement)
Public PropertyRotation (Inherited from Xamarin.Forms.VisualElement)
Public PropertyRotationX (Inherited from Xamarin.Forms.VisualElement)
Public PropertyRotationY (Inherited from Xamarin.Forms.VisualElement)
Public PropertyScale (Inherited from Xamarin.Forms.VisualElement)
Public PropertyShowRanges Gets or sets whether the gauge should display the ranges contained in the ranges property. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyShowText Gets or sets which values should be displayed as text in the gauge. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyStepGets or sets a value that determines the intervals the Value can be set when the user interacts directly with the control. For instance if Step=25 the possible values will be 0,25,50,75,100. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyStyle (Inherited from Xamarin.Forms.VisualElement)
Public PropertyStyleClass (Inherited from Xamarin.Forms.VisualElement)
Public PropertyStyleId (Inherited from Xamarin.Forms.Element)
Public PropertyThickness Gets or sets the thickness of the gauge, on a scale between zero and one. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyTranslationX (Inherited from Xamarin.Forms.VisualElement)
Public PropertyTranslationY (Inherited from Xamarin.Forms.VisualElement)
Public PropertyTriggers (Inherited from Xamarin.Forms.VisualElement)
Public PropertyUpdateAnimation Gets or sets the animation used when the value property changes. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyValue Gets or sets the value displayed on the gauge. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyValueFont Gets or sets the value font style. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyValueFontAttributes ​Gets or sets the font attributes of value. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyValueFontColor Gets or sets the value font color. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyValueFontFamily ​Gets or sets the font family of value. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyValueFontSize ​Gets or sets the font size of value. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyValueTextColor Gets or sets the color of the value label. (Inherited from Xuni.Forms.Gauge.XuniGauge)
Public PropertyVerticalOptions (Inherited from Xamarin.Forms.View)
Public PropertyWidth (Inherited from Xamarin.Forms.VisualElement)
Public PropertyWidthRequest (Inherited from Xamarin.Forms.VisualElement)
Public PropertyX (Inherited from Xamarin.Forms.VisualElement)
Public PropertyY (Inherited from Xamarin.Forms.VisualElement)
Top
See Also

Reference

XuniLinearGauge Class
Xuni.Forms.Gauge Namespace