menu

WPF

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

    Show / Hide Table of Contents

    Interface IOfficeShape

    Represents an object in the drawing layer, such as an AutoShape.

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

    Properties

    Fill

    Gets an IOfficeShapeFill instance that represents the fill formatting options of the shape. Read-only.

    Declaration
    IOfficeShapeFill Fill { get; }
    Property Value
    Type
    IOfficeShapeFill

    LineFormat

    Gets an IOfficeShapeLineFormat instance that represents the line and arrowhead properties of the shape. Read-only.

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

    The IOfficeShapeLineFormat object of the shape.

    TextBody

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

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