Xamarin.Android

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

    Show / Hide Table of Contents

    Class ShapeBase

    Provides the base implementation for chart and shape classes.

    Inheritance
    System.Object
    OwnerHolder
    XDLSSerializableBase
    Entity
    WidgetBase
    ParagraphItem
    ShapeCommon
    ShapeBase
    GroupShape
    Shape
    WChart
    Implements
    IXDLSSerializable
    IParagraphItem
    IEntity
    IOfficeRun
    Inherited Members
    ShapeCommon.Height
    ShapeCommon.Width
    ShapeCommon.HeightScale
    ShapeCommon.WidthScale
    ShapeCommon.Item[Int32]
    ShapeCommon.AlternativeText
    ShapeCommon.Name
    ShapeCommon.Title
    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 ShapeBase : ShapeCommon, IXDLSSerializable, IWidget, IParagraphItem, IEntity, IOfficeRun

    Properties

    HorizontalAlignment

    Gets or sets the horizontal alignment for shape or chart.

    Declaration
    public ShapeHorizontalAlignment HorizontalAlignment { get; set; }
    Property Value
    Type Description
    ShapeHorizontalAlignment

    The ShapeHorizontalAlignment member that specifies the horizontal alignment.

    HorizontalOrigin

    Gets or sets the horizontal origin values for shape or chart.

    Declaration
    public HorizontalOrigin HorizontalOrigin { get; set; }
    Property Value
    Type Description
    HorizontalOrigin

    The HorizontalOrigin member that specifies the horizontal origin.

    HorizontalPosition

    Gets or sets horizontal position of shape or chart measured in points.

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

    The float that specifies the horizontal position of the shape or chart.

    IsBelowText

    Gets or sets a value indicating whether the shape or chart should be preserved behind the text that surrounds the shape or chart.

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

    True if the shape or chart will be preserved behind the text; false if the shape or chart will be preserved in front of the text.

    LockAnchor

    Gets or sets the value indicating whether the anchor position can be modified.

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

    True if the position of anchor should not be modified; otherwise, false.

    VerticalAlignment

    Gets or sets the vertical alignment of the shape or chart.

    Declaration
    public ShapeVerticalAlignment VerticalAlignment { get; set; }
    Property Value
    Type Description
    ShapeVerticalAlignment

    The ShapeVerticalAlignment member that specifies the vertical alignment.

    VerticalOrigin

    Gets or sets vertical origin of the shape or chart.

    Declaration
    public VerticalOrigin VerticalOrigin { get; set; }
    Property Value
    Type Description
    VerticalOrigin

    The VerticalOrigin member that specifies the vertical origin.

    VerticalPosition

    Gets or sets the vertical position of the shape or chart measured in points.

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

    The float that specifies the vertical position of the shape or chart.

    Visible

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

    True if visible; otherwise, false.

    WrapFormat

    Gets or sets the text wrap format of the shape or chart.

    Declaration
    public WrapFormat WrapFormat { get; set; }
    Property Value
    Type Description
    WrapFormat

    The WrapFormat for the shape or chart.

    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
    ShapeCommon.CloneImpl()

    Implements

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