menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeSmartArtNode - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOfficeSmartArtNode

    Represents a single semantic node within the data model of a SmartArt graphic.

    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.Portable.dll
    Syntax
    public interface IOfficeSmartArtNode

    Properties

    ChildNodes

    Gets the child nodes associated with the SmartArt node. Read-only.

    Declaration
    IOfficeSmartArtNodes ChildNodes { get; }
    Property Value
    Type
    IOfficeSmartArtNodes

    IsAssistant

    Gets or sets a value indicating whether the SmartArt point is an assistant element.

    Declaration
    bool IsAssistant { get; set; }
    Property Value
    Type Description
    System.Boolean

    Returns true if the SmartArt point is an assistant element; otherwise, false.

    Remarks

    Setting this property to true will set the SmartArt point type to AssistantElement. Setting this property to false will set the SmartArt point type to Node.

    Level

    Gets the node level in the hierarchy.

    Declaration
    int Level { get; }
    Property Value
    Type
    System.Int32

    Parent

    Gets the parent of the SmartArt node.

    Declaration
    object Parent { get; }
    Property Value
    Type
    System.Object

    Shapes

    Gets the shape collection associated with the SmartArt node. Read-only.

    Declaration
    IOfficeSmartArtShapes Shapes { get; }
    Property Value
    Type
    IOfficeSmartArtShapes

    TextBody

    Gets an IOfficeSmartArtTextBody instance that represents the text in the SmartArt node. Read-only.

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