Skip to content

Latest commit

 

History

History
123 lines (78 loc) · 9.13 KB

class_wellfired_guacamole_views_sliderview.rst

File metadata and controls

123 lines (78 loc) · 9.13 KB

SliderView

Namespace: WellFired.Guacamole<namespacewellfired_guacamole>

Inherits: WellFired.Guacamole.Views.View<classwellfired_guacamole_views_view>

Description

public-static-attrib

readonly BindableProperty<classwellfired_guacamole_databinding_bindableproperty> MinValueProperty<classwellfired_guacamole_views_sliderview_1a3931d1ca1f143c5039809b4ec755c4cf>
readonly BindableProperty<classwellfired_guacamole_databinding_bindableproperty> MaxValueProperty<classwellfired_guacamole_views_sliderview_1ab8b8decaceb3a317fc790b379249447f>
readonly BindableProperty<classwellfired_guacamole_databinding_bindableproperty> ValueProperty<classwellfired_guacamole_views_sliderview_1af9eba58828d502639b07084759abc2a9>
readonly BindableProperty<classwellfired_guacamole_databinding_bindableproperty> ThumbBackgroundColorProperty<classwellfired_guacamole_views_sliderview_1a748393e15655441a70f4e0be9a0201f7>
readonly BindableProperty<classwellfired_guacamole_databinding_bindableproperty> ThumbOutlineColorProperty<classwellfired_guacamole_views_sliderview_1aff369bedad8ba2ab8ac7769a6cf54b32>
readonly BindableProperty<classwellfired_guacamole_databinding_bindableproperty> ThumbCornerRadiusProperty<classwellfired_guacamole_views_sliderview_1a8099c6cb3329358bb673b68c98798d08>
readonly BindableProperty<classwellfired_guacamole_databinding_bindableproperty> ThumbCornerMaskProperty<classwellfired_guacamole_views_sliderview_1a9c424d1f81b8828e6b5236fff9a79c08>

Properties

double MinValue<classwellfired_guacamole_views_sliderview_1a41c2313c0fb41823c7b69b57c56b6b19> { get; set; }
double MaxValue<classwellfired_guacamole_views_sliderview_1ae6245b867445d978ac3c0c0384d38e82> { get; set; }
double Value<classwellfired_guacamole_views_sliderview_1a7bb9c8dd192b1d6f766faf1b3755c4c4> { get; set; }
UIColor<structwellfired_guacamole_data_uicolor> ThumbBackgroundColor<classwellfired_guacamole_views_sliderview_1aecac3e59e18828efebc59fe3bb7b9599> *{* get; set; }
UIColor<structwellfired_guacamole_data_uicolor> ThumbOutlineColor<classwellfired_guacamole_views_sliderview_1af49fa7b708349c0b7ee1f120b2579cff> { get; set; }
double ThumbCornerRadius<classwellfired_guacamole_views_sliderview_1a800d7ec043cb4330854248f82df1083c> { get; set; }
CornerMask ThumbCornerMask<classwellfired_guacamole_views_sliderview_1a5733c20afba853c97b60631b51a42b70> { get; set; }

Public Methods

SliderView<classwellfired_guacamole_views_sliderview_1a5f7c0fa67b50d43b65f6326f133edf0e> ( )

Breakdown

  • readonly BindableProperty<classwellfired_guacamole_databinding_bindableproperty> MinValueProperty
  • readonly BindableProperty<classwellfired_guacamole_databinding_bindableproperty> MaxValueProperty
  • readonly BindableProperty<classwellfired_guacamole_databinding_bindableproperty> ValueProperty
  • readonly BindableProperty<classwellfired_guacamole_databinding_bindableproperty> ThumbBackgroundColorProperty
  • readonly BindableProperty<classwellfired_guacamole_databinding_bindableproperty> ThumbOutlineColorProperty
  • readonly BindableProperty<classwellfired_guacamole_databinding_bindableproperty> ThumbCornerRadiusProperty
  • readonly BindableProperty<classwellfired_guacamole_databinding_bindableproperty> ThumbCornerMaskProperty
  • double MinValue { get; set; }
  • double MaxValue { get; set; }
  • double Value { get; set; }
  • UIColor<structwellfired_guacamole_data_uicolor> ThumbBackgroundColor { get; set; }
  • UIColor<structwellfired_guacamole_data_uicolor> ThumbOutlineColor { get; set; }
  • double ThumbCornerRadius { get; set; }
  • CornerMask ThumbCornerMask { get; set; }
  • SliderView ( )