Class RadSegmentedControlExtensions
Contains platform extension methods for the segmented control.
Inheritance
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public static class RadSegmentedControlExtensions : Object
Methods
UpdateDisabledSegmentTextColor(RadSegmentedView, IRadSegmentedControl)
Updates the disabled segment text color of the current Com.
Declaration
public static void UpdateDisabledSegmentTextColor(this RadSegmentedView platformView, IRadSegmentedControl virtualView)
Parameters
Com. The Com. |
IRad The IRad |
UpdateItemsSource(RadSegmentedView, IEnumerable<Drawable>)
Updates the images of the current Com.
Declaration
public static void UpdateItemsSource(this RadSegmentedView platformView, IEnumerable<Drawable> itemsSource)
Parameters
Com. The Com. |
System. A collection of Android. |
UpdateItemsSource(RadSegmentedView, IRadSegmentedControl)
Updates the items of the current Com.
Declaration
public static void UpdateItemsSource(this RadSegmentedView platformView, IRadSegmentedControl virtualView)
Parameters
Com. The Com. |
IRad The IRad |
UpdateItemsSource(RadSegmentedView, IRadSegmentedControl, IRadImageSourceLoader)
Updates the items of the current Com.
Declaration
public static void UpdateItemsSource(this RadSegmentedView platformView, IRadSegmentedControl virtualView, IRadImageSourceLoader imageLoader)
Parameters
Com. The Com. |
IRad The IRad |
IRad The IRad |
UpdateSegmentBackgroundColor(RadSegmentedView, IRadSegmentedControl)
Updates the segment background color of the current Com.
Declaration
public static void UpdateSegmentBackgroundColor(this RadSegmentedView platformView, IRadSegmentedControl virtualView)
Parameters
Com. The Com. |
IRad The IRad |
UpdateSegmentTextColor(RadSegmentedView, IRadSegmentedControl)
Updates the segment text color of the current Com.
Declaration
public static void UpdateSegmentTextColor(this RadSegmentedView platformView, IRadSegmentedControl virtualView)
Parameters
Com. The Com. |
IRad The IRad |
UpdateSelectedIndex(RadSegmentedView, IRadSegmentedControl)
Updates the selected index of the current Com.
Declaration
public static void UpdateSelectedIndex(this RadSegmentedView platformView, IRadSegmentedControl virtualView)
Parameters
Com. The Com. |
IRad The IRad |
UpdateSelectedSegmentBackgroundColor(RadSegmentedView, IRadSegmentedControl)
Updates the selected segment background color of the current Com.
Declaration
public static void UpdateSelectedSegmentBackgroundColor(this RadSegmentedView platformView, IRadSegmentedControl virtualView)
Parameters
Com. The Com. |
IRad The IRad |
UpdateSelectedSegmentTextColor(RadSegmentedView, IRadSegmentedControl)
Updates the selected segment text color of the current Com.
Declaration
public static void UpdateSelectedSegmentTextColor(this RadSegmentedView platformView, IRadSegmentedControl virtualView)
Parameters
Com. The Com. |
IRad The IRad |