IsTextCaretBlendingWithVisualToolsContent Property (TextSelectionTool)
Gets or sets a value indicating whether the visual tool takes into account content of other visual tools when draw text caret with color blending.
'Declaration
Protected Property IsTextCaretBlendingWithVisualToolsContent As Boolean
protected bool IsTextCaretBlendingWithVisualToolsContent { get; set; }
protected: __property bool get_IsTextCaretBlendingWithVisualToolsContent();
protected: __property void set_IsTextCaretBlendingWithVisualToolsContent(
bool
);
protected:
property bool IsTextCaretBlendingWithVisualToolsContent {
bool get();
void set(bool );
}
Property Value
True - the visual tool takes into account content of other visual tools when draw text caret with color blending;
false - the visual tool does not take into account content of other visual tools when draw text caret with color blending.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5