WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IFillAttributes

    Show / Hide Table of Contents

    Interface IFillAttributes

    Fill attributes interface.

    Namespace: Syncfusion.SVG.IO
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public interface IFillAttributes

    Properties

    Fill

    Gets or sets the fill.

    Declaration
    NoneColor Fill { get; set; }
    Property Value
    Type Description
    NoneColor

    The fill.

    FillOpacity

    Gets or sets the fill opacity.

    Declaration
    Opacity FillOpacity { get; set; }
    Property Value
    Type Description
    Opacity

    The fill opacity.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved