Search Results for

    Show / Hide Table of Contents

    Interface IVerticalPosition

    Defines the vertical position of a watermark

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

    Properties

    | Improve this Doc View Source

    Alignment

    Gets or sets the vertical alignment for the position

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

    Offset

    Gets or sets the vertical 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