Property PositionDip
PositionDip
Gets or sets caret's position in device-independent units. This property returns Null and doesn't change caret's position if caret is not attached to the control (Control property is Null).
public virtual PointD? PositionDip { get; set; }