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 SourceRotation
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 |
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 |