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 SourceName
Gets or sets the name.
Declaration
string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The name. |
Position
Gets the position.
Declaration
IPosition Position { get; }
Property Value
| Type | Description |
|---|---|
| IPosition | The position. |
ResourceId
Gets or sets the resource id.
Declaration
string ResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The resource id. |
Rotation
Gets or sets the rotation.
Declaration
float? Rotation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Single> | The rotation. |
Size
Gets the size.
Declaration
ISize Size { get; }
Property Value
| Type | Description |
|---|---|
| ISize | The size. |