Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapeCommon

    Show / Hide Table of Contents

    Class ShapeCommon

    Represents the shape common.

    Inheritance
    System.Object
    OwnerHolder
    XDLSSerializableBase
    Entity
    WidgetBase
    ParagraphItem
    ShapeCommon
    ChildShape
    ShapeBase
    Implements
    IXDLSSerializable
    IParagraphItem
    IEntity
    IOfficeRun
    Inherited Members
    ParagraphItem.m_charFormat
    ParagraphItem.ApplyStyle(String)
    ParagraphItem.CloneRun()
    ParagraphItem.Dispose()
    ParagraphItem.OwnerParagraph
    ParagraphItem.IsInsertRevision
    ParagraphItem.IsDeleteRevision
    ParagraphItem.OwnerMathRunElement
    Entity.Clone()
    Entity.Owner
    Entity.EntityType
    Entity.NextSibling
    Entity.PreviousSibling
    Entity.IsComposite
    XDLSSerializableBase.IXDLSSerializable.WriteXmlAttributes(IXDLSAttributeWriter)
    XDLSSerializableBase.IXDLSSerializable.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlAttributes(IXDLSAttributeReader)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.IXDLSSerializable.RestoreReference(String, Int32)
    XDLSSerializableBase.WriteXmlAttributes(IXDLSAttributeWriter)
    XDLSSerializableBase.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.ReadXmlAttributes(IXDLSAttributeReader)
    XDLSSerializableBase.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.InitXDLSHolder()
    XDLSSerializableBase.RestoreReference(String, Int32)
    XDLSSerializableBase.IXDLSSerializable.XDLSHolder
    XDLSSerializableBase.XDLSHolder
    OwnerHolder.m_doc
    OwnerHolder.Document
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public abstract class ShapeCommon : ParagraphItem, IXDLSSerializable, IWidget, IParagraphItem, IEntity, IOfficeRun

    Properties

    AlternativeText

    Gets or sets the alternate text for the shape or chart.

    Declaration
    public string AlternativeText { get; set; }
    Property Value
    Type Description
    System.String

    The string that represents the alternate text.

    Height

    Gets or sets the height of the shape or chart measured in points.

    Declaration
    public float Height { get; set; }
    Property Value
    Type Description
    System.Single

    The float that specifies the height of the shape or chart.

    HeightScale

    Gets or sets the height scale factor of shape or chart or child shapes measured in percent.

    Declaration
    public float HeightScale { get; set; }
    Property Value
    Type Description
    System.Single

    The float that specifies the height scale factor.

    Item[Int32]

    Gets or sets the value for the property with specified key.

    Declaration
    protected object this[int key] { get; set; }
    Parameters
    Type Name Description
    System.Int32 key

    The key for the property.

    Property Value
    Type Description
    System.Object

    An object with the specific key.

    Name

    Gets or sets the name of the shape or chart.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The string that represents the name.

    Title

    Gets or sets the title for the shape or chart.

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    The string that represents the title.

    Width

    Gets or sets the width of the shape or chart measured in points.

    Declaration
    public float Width { get; set; }
    Property Value
    Type Description
    System.Single

    The float that specifies the width of the shape or chart.

    WidthScale

    Gets or sets the width scale factor of shape or chart or child shapes measured in percent.

    Declaration
    public float WidthScale { get; set; }
    Property Value
    Type Description
    System.Single

    The float that specifies the width scale factor.

    Methods

    CloneImpl()

    Creates a duplicate copy of this Shape or WChart object.

    Declaration
    protected override object CloneImpl()
    Returns
    Type Description
    System.Object

    The reference to the newly created object.

    Overrides
    ParagraphItem.CloneImpl()

    Implements

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