AbstractSelectionPresentationProperties.PreferredYCoordinate 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 vertically in the view. This position is used for operations such as page up/down, but may not be honored if there is an adornment at the desired location. See CaretBounds for the actual location.
public: virtual property double PreferredYCoordinate { public:
double get(); protected:
void set(double value); };
public virtual double PreferredYCoordinate { get; protected set; }
member this.PreferredYCoordinate : double with get, set
Public Overridable Property PreferredYCoordinate As Double