Search Results for

    Show / Hide Table of Contents

    Interface ILogo

    Represents a logo

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

    Properties

    | Improve this Doc View Source

    Name

    Gets or sets the name.

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

    The name.

    | 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

    ResourceId

    Gets or sets the resource id.

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

    The resource id.

    | Improve this Doc View Source

    Rotation

    Gets or sets the rotation.

    Declaration
    float? Rotation { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Single>

    The rotation.

    | Improve this Doc View Source

    Size

    Gets the size.

    Declaration
    ISize Size { get; }
    Property Value
    Type Description
    ISize

    The size.

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