ListView.GetSeparatorStyle Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetSeparatorStyle(BindableObject) |
Returns the separator style for a list view. |
GetSeparatorStyle(IPlatformElementConfiguration<iOS,ListView>) |
Returns the separator style for a list view. |
GetSeparatorStyle(BindableObject)
Returns the separator style for a list view.
public static Xamarin.Forms.PlatformConfiguration.iOSSpecific.SeparatorStyle GetSeparatorStyle (Xamarin.Forms.BindableObject element);
static member GetSeparatorStyle : Xamarin.Forms.BindableObject -> Xamarin.Forms.PlatformConfiguration.iOSSpecific.SeparatorStyle
Parameters
- element
- BindableObject
The list view element whose separator style to get.
Returns
The separator style for a list view.
Applies to
GetSeparatorStyle(IPlatformElementConfiguration<iOS,ListView>)
Returns the separator style for a list view.
public static Xamarin.Forms.PlatformConfiguration.iOSSpecific.SeparatorStyle GetSeparatorStyle (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.ListView> config);
static member GetSeparatorStyle : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.ListView> -> Xamarin.Forms.PlatformConfiguration.iOSSpecific.SeparatorStyle
Parameters
- config
- IPlatformElementConfiguration<iOS,ListView>
The platform configuration for the list view element whose separator style to get.
Returns
The separator style for a list view.