AbstractSelectionPresentationProperties.PreferredXCoordinate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the position that the caret prefers to occupy on a given line. This position may not be honored if virtual space is off and the line is insufficiently long. See CaretBounds for the actual location.
public: virtual property double PreferredXCoordinate { public:
double get(); protected:
void set(double value); };
public virtual double PreferredXCoordinate { get; protected set; }
member this.PreferredXCoordinate : double with get, set
Public Overridable Property PreferredXCoordinate As Double