DrawingDirectionPointEventArgs¶
Namespace: ThinkGeo.Core
public class DrawingDirectionPointEventArgs : System.EventArgs
Inheritance Object → EventArgs → DrawingDirectionPointEventArgs
Properties¶
DirectionPoint¶
public PointShape DirectionPoint { get; set; }
Property Value¶
LineFeature¶
public Feature LineFeature { get; }
Property Value¶
SymbolSize¶
public float SymbolSize { get; set; }
Property Value¶
RotationAngle¶
public float RotationAngle { get; set; }
Property Value¶
Cancel¶
public bool Cancel { get; set; }
Property Value¶
Constructors¶
DrawingDirectionPointEventArgs()¶
public DrawingDirectionPointEventArgs()
DrawingDirectionPointEventArgs(Feature, PointShape, Single, Single)¶
public DrawingDirectionPointEventArgs(Feature lineFeature, PointShape directionPoint, float symbolSize, float rotationAngle)
Parameters¶
lineFeature
Feature
directionPoint
PointShape
symbolSize
Single
rotationAngle
Single