Search Results for

    Show / Hide Table of Contents

    Interface ITextSymbol

    Represents a text symbol

    Inherited Members
    ISymbol.Type
    ISymbol.Unit
    ISymbol.SizeContext
    ISymbol.SizeX
    ISymbol.SizeY
    ISymbol.Rotation
    ISymbol.MaintainAspect
    ISymbol.InsertionPointX
    ISymbol.InsertionPointY
    ICloneableLayerElement<ITextSymbol>.Clone()
    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface ITextSymbol : ISymbol, ICloneableLayerElement<ITextSymbol>

    Properties

    | Improve this Doc View Source

    AdvancedPlacement

    Gets or sets the advanced placement settings

    Declaration
    IAdvancedPlacement AdvancedPlacement { get; set; }
    Property Value
    Type Description
    IAdvancedPlacement
    | Improve this Doc View Source

    BackgroundColor

    Gets or sets the background color

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

    BackgroundStyle

    Gets or sets the background style

    Declaration
    BackgroundStyleType BackgroundStyle { get; set; }
    Property Value
    Type Description
    BackgroundStyleType
    | Improve this Doc View Source

    Bold

    Gets or sets whether to bold the text

    Declaration
    string Bold { get; set; }
    Property Value
    Type Description
    System.String
    | 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
    | Improve this Doc View Source

    ForegroundColor

    Gets or sets the foreground color

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

    HorizontalAlignment

    Gets or sets the horizontal alignment

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

    Italic

    Gets or sets whether to italicize the text

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

    Text

    Gets or sets the textual content

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

    Underlined

    Gets or sets whether to underline the text

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

    VerticalAlignment

    Gets or sets the vertical alignment

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

    Extension Methods

    ExtensionMethods.SetForegroundColor(ITextSymbol, Color)
    ExtensionMethods.SetBackgroundColor(ITextSymbol, Color)
    ExtensionMethods.Apply(ITextSymbol, FontInfo)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng