Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / FlexPie Class / SelectedItemOffset Property


In This Topic
    SelectedItemOffset Property
    In This Topic
    Gets or sets the offset of the selected slice from the pie center.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("SelectedItemOffset")>
    <BrowsableAttribute(True)>
    Public Property SelectedItemOffset As Double
    'Usage
     
    
    Dim instance As FlexPie
    Dim value As Double
     
    instance.SelectedItemOffset = value
     
    value = instance.SelectedItemOffset
    [Foundation.Export("SelectedItemOffset")]
    [Browsable(true)]
    public double SelectedItemOffset {get; set;}
    Remarks
    Offsets are measured as a fraction of the pie radius.
    See Also