Search Results for

    Show / Hide Table of Contents

    Interface ILineUsage

    Represents line usage

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

    Properties

    | Improve this Doc View Source

    DefaultPath

    Gets or sets the default path.

    Declaration
    IPathGraphic DefaultPath { get; set; }
    Property Value
    Type Description
    IPathGraphic

    The default path.

    | Improve this Doc View Source

    EndOffset

    Gets or sets the end offset.

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

    The end offset.

    | Improve this Doc View Source

    Repeat

    Gets or sets the repeat value

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

    The repeat value.

    | Improve this Doc View Source

    StartOffset

    Gets or sets the start offset.

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

    The start offset.

    | Improve this Doc View Source

    UnitsControl

    Gets or sets the units control.

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

    The units control.

    | Improve this Doc View Source

    VertexAngleLimit

    Gets or sets the vertex angle limit.

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

    The vertex angle limit.

    | Improve this Doc View Source

    VertexControl

    Gets or sets the vertex control.

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

    The vertex control.

    | Improve this Doc View Source

    VertexJoin

    Gets or sets the vertex join.

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

    The vertex join.

    | Improve this Doc View Source

    VertexMiterLimit

    Gets or sets the vertex miter limit.

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

    The vertex miter limit.

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