ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / SunburstTagHelper Class / SelectedItemOffset Property

In This Topic
    SelectedItemOffset Property (SunburstTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexPieBase<T>.SelectedItemOffset. Sets the offset of the selected slice from the pie center.
    Syntax
    'Declaration
     
    Public Property SelectedItemOffset As Single
    public float SelectedItemOffset {get; set;}
    Remarks
    Offsets are measured as a fraction of the pie radius.
    See Also