Search Results for

    Show / Hide Table of Contents

    Interface IHorizontalPosition

    Represents the horizontal position of a watermark

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

    Properties

    | Improve this Doc View Source

    Alignment

    Gets or sets the horizontal alignment for the position

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

    Offset

    Gets or sets the horizontal offset for the position

    Declaration
    double Offset { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Unit

    Gets or sets the unit of the offset

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