Search Results for

    Show / Hide Table of Contents

    Interface IText

    Represents a text element

    Inherited Members
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.PrintLayout
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IText : INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    Font

    Gets the font.

    Declaration
    IFont Font { get; }
    Property Value
    Type Description
    IFont

    The font.

    | Improve this Doc View Source

    Position

    Gets the position.

    Declaration
    IPosition Position { get; }
    Property Value
    Type Description
    IPosition

    The position.

    | Improve this Doc View Source

    Value

    Gets or sets the value.

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

    The value.

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