alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class SankeyBaseMargin

    Serves as the base component for managing margin settings in a Sankey.

    Inheritance
    object
    ComponentBase
    OwningComponentBase
    SfOwningComponentBase
    SankeyComponentBase
    SankeyBaseMargin
    SankeyLegendMargin
    SankeyMargin
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.BuildRenderTree(RenderTreeBuilder)
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.OnInitialized()
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.RendererInfo
    ComponentBase.SetParametersAsync(ParameterView)
    ComponentBase.ShouldRender()
    ComponentBase.StateHasChanged()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    OwningComponentBase.Dispose(bool)
    OwningComponentBase.IsDisposed
    OwningComponentBase.ScopedServices
    Namespace: Syncfusion.Blazor.Sankey
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SankeyBaseMargin : SankeyComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
    Remarks

    This class provides properties to define the margin around the Sankey, including top, bottom, left, and right margins. Default values are provided for each margin to ensure proper spacing.

    Constructors

    SankeyBaseMargin()

    Declaration
    public SankeyBaseMargin()

    Properties

    Bottom

    Sets and gets the bottom margin for the Sankey component.

    Declaration
    [Parameter]
    public double Bottom { get; set; }
    Property Value
    Type Description
    double

    Accepts double value in pixels. The default value is 10.

    Remarks

    Set the bottom margin for the Sankey component. It is used to set the space between the Sankey component and the bottom of the container.

    Left

    Sets and gets the left margin for the Sankey component.

    Declaration
    [Parameter]
    public double Left { get; set; }
    Property Value
    Type Description
    double

    Accepts double value in pixels. The default value is 10.

    Remarks

    Set the left margin for the Sankey component. It is used to set the space between the Sankey component and the left side of the container.

    Right

    Sets and gets the right margin for the Sankey component.

    Declaration
    [Parameter]
    public double Right { get; set; }
    Property Value
    Type Description
    double

    Accepts double value in pixels. The default value is 10.

    Remarks

    Set the right margin for the Sankey component. It is used to set the space between the Sankey component and the right side of the container.

    Top

    Sets and gets the top margin for the Sankey component.

    Declaration
    [Parameter]
    public double Top { get; set; }
    Property Value
    Type Description
    double

    Accepts double value in pixels. The default value is 10.

    Remarks

    Set the top margin for the Sankey component. It is used to set the space between the Sankey component and the top of the container.

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved