Search Results for

    Show / Hide Table of Contents

    Interface IAreaUsage

    Defines area usage

    Inherited Members
    IUsageBase.AngleControl
    IUsageBase.Angle
    Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IAreaUsage : IUsageBase

    Properties

    | Improve this Doc View Source

    BufferWidth

    Gets or sets the width of the buffer.

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

    The width of the buffer.

    | Improve this Doc View Source

    ClippingControl

    Gets or sets the clipping control.

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

    The clipping control.

    | Improve this Doc View Source

    OriginControl

    Gets or sets the origin control.

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

    The origin control.

    | Improve this Doc View Source

    OriginX

    Gets or sets the X origin.

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

    The X origin.

    | Improve this Doc View Source

    OriginY

    Gets or sets the Y origin.

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

    The Y origin.

    | Improve this Doc View Source

    RepeatX

    Gets or sets the X repeat value.

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

    The X repeat value.

    | Improve this Doc View Source

    RepeatY

    Gets or sets the Y repeat value

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

    The Y repeat value.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng