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

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