Search Results for

    Show / Hide Table of Contents

    Interface IFontSymbol

    Symbols that are specified by a font and character.

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

    Properties

    | Improve this Doc View Source

    Bold

    Gets or sets whether to bold the text

    Declaration
    bool? Bold { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Character

    Gets or sets the character

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

    FontName

    Gets or sets the name of the font. If the font is not installed, the actual font used is application dependent.

    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

    Italic

    Gets or sets whether to italicize the text

    Declaration
    bool? Italic { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Underlined

    Gets or sets whether to underline the text

    Declaration
    bool? Underlined { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    Extension Methods

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