Class PointLabelPlacement

PointLabelPlacement class

Points label placement places labels near geometries centers.

public class PointLabelPlacement : LabelPlacement

Constructors

NameDescription
PointLabelPlacement()Creates new instance.
PointLabelPlacement(PointLabelPlacement)Creates new instance.

Properties

NameDescription
HorizontalAnchorPoint { get; set; }Specifies which side of a label will be aligned horizontally with the point location.
HorizontalOffset { get; set; }Specifies horizontal offset from a point location to the labels anchor point.
Rotation { get; set; }Specifies rotation of label in degrees.
VerticalAnchorPoint { get; set; }Specifies which side of a label will be aligned vertically with the point location.
VerticalOffset { get; set; }Specifies vertical offset from a point location to the labels anchor point.

Methods

NameDescription
override Clone()Clones this instance.

See Also