Search Results for

    Show / Hide Table of Contents

    Interface ITextGraphic

    Text graphics

    Inherited Members
    IGraphicBase.ResizeControl
    IGraphicBase.Type
    Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface ITextGraphic : IGraphicBase

    Properties

    | Improve this Doc View Source

    Angle

    Gets or sets the angle.

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

    The angle.

    | Improve this Doc View Source

    Bold

    Gets or sets the bold.

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

    The bold.

    | Improve this Doc View Source

    Content

    Gets or sets the content.

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

    The content.

    | Improve this Doc View Source

    FontName

    Gets or sets the name of the font.

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

    The name of the font.

    | Improve this Doc View Source

    Frame

    Gets or sets the frame.

    Declaration
    ITextFrame Frame { get; set; }
    Property Value
    Type Description
    ITextFrame

    The frame.

    | Improve this Doc View Source

    GhostColor

    Gets or sets the color of the ghost.

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

    The color of the ghost.

    | Improve this Doc View Source

    Height

    Gets or sets the height.

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

    The height.

    | Improve this Doc View Source

    HeightScalable

    Gets or sets the height scalable.

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

    The height scalable.

    | Improve this Doc View Source

    HorizontalAlignment

    Gets or sets the horizontal alignment.

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

    The horizontal alignment.

    | Improve this Doc View Source

    Italic

    Gets or sets the italic.

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

    The italic.

    | Improve this Doc View Source

    Justification

    Gets or sets the justification.

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

    The justification.

    | Improve this Doc View Source

    LineSpacing

    Gets or sets the line spacing.

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

    The line spacing.

    | Improve this Doc View Source

    PositionX

    Gets or sets the position X.

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

    The position X.

    | Improve this Doc View Source

    PositionY

    Gets or sets the position Y.

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

    The position Y.

    | Improve this Doc View Source

    TextColor

    Gets or sets the color of the text.

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

    The color of the text.

    | Improve this Doc View Source

    Underlined

    Gets or sets the underlined.

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

    The underlined.

    | Improve this Doc View Source

    VerticalAlignment

    Gets or sets the vertical alignment.

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

    The vertical alignment.

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