Search Results for

    Show / Hide Table of Contents

    Interface ITextFrame

    A text frame

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

    Properties

    | Improve this Doc View Source

    FillColor

    Gets or sets the color of the fill.

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

    The color of the fill.

    | Improve this Doc View Source

    LineColor

    Gets or sets the color of the line.

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

    The color of the line.

    | Improve this Doc View Source

    OffsetX

    Gets or sets the offset X.

    Declaration
    double? OffsetX { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    The offset X.

    | Improve this Doc View Source

    OffsetY

    Gets or sets the offset Y.

    Declaration
    double? OffsetY { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    The offset Y.

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