menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeSmartArt - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOfficeSmartArt

    Represents a SmartArt graphic with different SmartArt types.

    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.Base.dll
    Syntax
    public interface IOfficeSmartArt

    Properties

    Background

    Gets an IOfficeShapeFill object that represents the background fill of the SmartArt. Read-only.

    Declaration
    IOfficeShapeFill Background { get; }
    Property Value
    Type
    IOfficeShapeFill

    Layout

    Gets an OfficeSmartArtType value that represents the layout type associated with the SmartArt. Read-only.

    Declaration
    OfficeSmartArtType Layout { get; }
    Property Value
    Type
    OfficeSmartArtType

    LineFormat

    Gets an IOfficeShapeLineFormat object that represents the line and arrowhead formatting of the SmartArt. Read-only.

    Declaration
    IOfficeShapeLineFormat LineFormat { get; }
    Property Value
    Type
    IOfficeShapeLineFormat

    Nodes

    Gets an IOfficeSmartArtNodes object that contains all the nodes within the SmartArt graphic. Read-only.

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