GemBox.Document
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    VerticalPositionType Enum

    Namespace:
    GemBox.Document
    Assembly:
    GemBox.Document.dll

    Represents a set of possible relative vertical positions for the parent floating element. This relative position is specified relative to the vertical anchor specified by the parent VerticalPosition.

    • C#
    • VB.NET
    public enum VerticalPositionType
    Public Enum VerticalPositionType

    Fields

    Absolute

    Specifies that the parent object should have absolute vertical positioning with respect to the anchor settings.

    Bottom

    Specifies that the parent object shall be vertically aligned to the bottom edge of the anchor object .

    Center

    Specifies that the parent object shall be vertically centered with respect to the anchor object.

    Inside

    Specifies that the parent object shall be vertically aligned to the edge of the anchor object, and positioned inside that object.

    Outside

    Specifies that the parent object shall be vertically aligned to the edge of the anchor object, and positioned outside that object.

    Top

    Specifies that the parent object shall be vertically aligned to the top edge of the anchor object.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.