LegendDrawingParameters¶
Namespace: ThinkGeo.Core
Represents the offsets used to position a legend item relative to the legend canvas origin.
public struct LegendDrawingParameters
Inheritance object → ValueType → LegendDrawingParameters
Properties¶
XOffset¶
Gets or sets the horizontal offset from the legend origin, in pixels.
public float XOffset { get; set; }
Property Value¶
YOffset¶
Gets or sets the vertical offset from the legend origin, in pixels.
public float YOffset { get; set; }
Property Value¶
Methods¶
GetHashCode()¶
int GetHashCode()
Returns¶
Equals(object)¶
bool Equals(object obj)
Parameters¶
obj object