Search Results for

    Show / Hide Table of Contents

    Interface IResizeBox

    Defines a resize box used with SimpleSymbolDefinitions

    Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IResizeBox

    Properties

    | Improve this Doc View Source

    GrowControl

    Gets or sets how the resize box grows in size. This must evaluate to one of: GrowInX, GrowInY, GrowInXY, or GrowInXYMaintainAspect (default).

    Declaration
    string GrowControl { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PositionX

    Gets or sets initial x-coordinate of the resize box center, in mm

    Declaration
    string PositionX { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PositionY

    Gets or sets initial y-coordinate of the resize box center, in mm

    Declaration
    string PositionY { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SizeX

    Gets or sets initial width of the resize box, in mm. This must be greater than or equal to zero

    Declaration
    string SizeX { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SizeY

    Gets or sets initial height of the resize box, in mm. This must be greater than or equal to zero

    Declaration
    string SizeY { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng