ComponentOne Xamarin.iOS
SelectionAdornerColor Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : SelectionAdornerColor Property
Gets or sets the UIKit.UIColor of the selection adorner.
Syntax
'Declaration
 
<Foundation.ExportAttribute("SelectionAdornerColor")>
<BrowsableAttribute(True)>
Public Property SelectionAdornerColor As UIKit.UIColor
'Usage
 
Dim instance As GridBase
Dim value As UIKit.UIColor
 
instance.SelectionAdornerColor = value
 
value = instance.SelectionAdornerColor
[Foundation.Export("SelectionAdornerColor")]
[Browsable(true)]
public UIKit.UIColor SelectionAdornerColor {get; set;}
See Also

Reference

GridBase Class
GridBase Members