Skip to content

LegendDrawingParameters

Namespace: ThinkGeo.Core

Represents the offsets used to position a legend item relative to the legend canvas origin.

public struct LegendDrawingParameters

Inheritance objectValueTypeLegendDrawingParameters

Properties

XOffset

Gets or sets the horizontal offset from the legend origin, in pixels.

public float XOffset { get; set; }

Property Value

float

YOffset

Gets or sets the vertical offset from the legend origin, in pixels.

public float YOffset { get; set; }

Property Value

float

Methods

GetHashCode()

int GetHashCode()

Returns

int

Equals(object)

bool Equals(object obj)

Parameters

obj object

Returns

bool