WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISmartArt - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ISmartArt

    Represents the smart art graphic with different smart art types.

    Namespace: Syncfusion.Presentation
    Assembly: Syncfusion.Presentation.Base.dll
    Syntax
    public interface ISmartArt

    Properties

    Background

    Gets a IFill object that represents the SmartArt background.

    Declaration
    IFill Background { get; }
    Property Value
    Type Description
    IFill

    Layout

    Gets a SmartArtType value that represents the layout associated with the SmartArt. Read-only.

    Declaration
    SmartArtType Layout { get; }
    Property Value
    Type Description
    SmartArtType

    LineFormat

    Gets an ILineFormat object that represents the line and arrowhead properties of the SmartArt. Read only.

    Declaration
    ILineFormat LineFormat { get; }
    Property Value
    Type Description
    ILineFormat

    Nodes

    Gets a ISmartArtNodes object that contains all the nodes within the SmartArt. Read-only.

    Declaration
    ISmartArtNodes Nodes { get; }
    Property Value
    Type Description
    ISmartArtNodes
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved