Class Widget
Inheritance
System.Object
Widget
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Mapsui.dll
public abstract class Widget : IWidget
Properties
|
Improve this Doc
View Source
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public BoundingBox Envelope { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float MarginX { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float MarginY { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public VerticalAlignment VerticalAlignment { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public float CalculatePositionX(float left, float right, float width)
Parameters
Type |
Name |
Description |
System.Single |
left |
|
System.Single |
right |
|
System.Single |
width |
|
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float CalculatePositionY(float top, float bottom, float height)
Parameters
Type |
Name |
Description |
System.Single |
top |
|
System.Single |
bottom |
|
System.Single |
height |
|
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public abstract bool HandleWidgetTouched(INavigator navigator, Point position)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements