Search Results for

    Show / Hide Table of Contents

    Interface IUsageBase

    Base usage interface

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

    Properties

    | Improve this Doc View Source

    Angle

    Specifies the symbol angle, in degrees. Only applies if AngleControl evaluates to FromAngle. Defaults to 0

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

    AngleControl

    Specifies how the symbol angle is defined. This must evaluate to one of: FromAngle (default) or FromGeometry

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