Search Results for

    Show / Hide Table of Contents

    TObjectProperties.TObjectProperties Constructor

    Overloads

    • TObjectProperties.TObjectProperties
    • TObjectProperties.TObjectProperties(TClientAnchor)
    • TObjectProperties.TObjectProperties(TClientAnchor, String)
    • TObjectProperties.TObjectProperties(TClientAnchor, String, TObjectTextProperties, Boolean, Boolean)

    TObjectProperties.TObjectProperties

    Creates a new empty instance.

    Syntax

    Namespace: FlexCel.Core

    public TObjectProperties()

    See also

    • TObjectProperties

    TObjectProperties.TObjectProperties(TClientAnchor)

    This method will create a new copy of aAnchor, so you can modify it later.

    Syntax

    Namespace: FlexCel.Core

    public TObjectProperties(TClientAnchor aAnchor)

    Parameters

    <-> Parameter Type Description
    aAnchor TClientAnchor Anchor. It will be copied here.

    See also

    • TObjectProperties

    TObjectProperties.TObjectProperties(TClientAnchor, String)

    This method will create a new copy of aAnchor, so you can modify it later.

    Syntax

    Namespace: FlexCel.Core

    public TObjectProperties(TClientAnchor aAnchor, String aShapeName)

    Parameters

    <-> Parameter Type Description
    aAnchor TClientAnchor Anchor. It will be copied here.
    aShapeName String Shape name for the object, as it will appear on the names combo box.

    See also

    • TObjectProperties

    TObjectProperties.TObjectProperties(TClientAnchor, String, TObjectTextProperties, Boolean, Boolean)

    This method will create a new copy of aAnchor, so you can modify it later.

    Syntax

    Namespace: FlexCel.Core

    public TObjectProperties(TClientAnchor aAnchor, String aShapeName, TObjectTextProperties aTextProperties, Boolean aLock, Boolean aAutoSize)

    Parameters

    <-> Parameter Type Description
    aAnchor TClientAnchor Anchor. It will be copied here.
    aShapeName String Name of the shape, as it appears on the names combobox. Set it to null to not add an imagename.
    aTextProperties TObjectTextProperties Propertied of the text in the object.
    aLock Boolean Specifies if the object is locked.
    aAutoSize Boolean If true, the object will autosize to hold the text.

    See also

    • TObjectProperties
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com