AbstractSelectionPresentationProperties.CaretBounds 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 caret location and size.
public:
virtual property Microsoft::VisualStudio::Text::Formatting::TextBounds CaretBounds { Microsoft::VisualStudio::Text::Formatting::TextBounds get(); };
public virtual Microsoft.VisualStudio.Text.Formatting.TextBounds CaretBounds { get; }
member this.CaretBounds : Microsoft.VisualStudio.Text.Formatting.TextBounds
Public Overridable ReadOnly Property CaretBounds As TextBounds