Search Results for

    Show / Hide Table of Contents

    Interface IWatermarkAppearance

    Defines the appearance of a watermark.

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

    Properties

    | Improve this Doc View Source

    Rotation

    Gets or sets the rotation of the watermark, in degrees, in the range 0-360. The default value is 0

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

    Transparency

    Gets or sets the transparency of the watermark in the range 0-100. The default value is 0 (opaque)

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