Search Results for

    Show / Hide Table of Contents

    Interface ITextGraphic2

    An extension of the text element to support rich text. Introduced with the Symbol Definition 1.1.0 schema

    Inherited Members
    ITextGraphic.Content
    ITextGraphic.FontName
    ITextGraphic.Bold
    ITextGraphic.Italic
    ITextGraphic.Underlined
    ITextGraphic.Height
    ITextGraphic.HeightScalable
    ITextGraphic.Angle
    ITextGraphic.PositionX
    ITextGraphic.PositionY
    ITextGraphic.HorizontalAlignment
    ITextGraphic.VerticalAlignment
    ITextGraphic.Justification
    ITextGraphic.LineSpacing
    ITextGraphic.TextColor
    ITextGraphic.GhostColor
    ITextGraphic.Frame
    IGraphicBase.ResizeControl
    IGraphicBase.Type
    Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface ITextGraphic2 : ITextGraphic, IGraphicBase

    Properties

    | Improve this Doc View Source

    Markup

    Gets or sets the type of rich text markup used to render the contents

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

    ObliqueAngle

    Gets or sets the skew of shear angle to be applied to the text

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

    Overlined

    Gets or sets the text style attribute to create a line that runs on top of the text

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

    TrackSpacing

    Gets or sets the width scale applied to inter character spacing independent of the font character spacing

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