VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfTextSelectionTool Class / SetFocusedTextSymbol(TextRegionSymbol,Boolean,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    SetFocusedTextSymbol(TextRegionSymbol,Boolean,Boolean) Method (WpfTextSelectionTool)
    In This Topic
    Sets the focused text symbol.
    Syntax
    'Declaration
    
    Public Sub SetFocusedTextSymbol( _
    ByVal symbol
    The text symbol.
    As Vintasoft.Imaging.Text.TextRegionSymbol, _
    ByVal isCaretBeforeSymbol
    A value indicating whether text caret is located before symbol.
    As Boolean, _
    ByVal changeSelectionStartSymbol
    A value indicating whether the selection start symbol must be changed.
    As Boolean _
    )

    Parameters

    symbol
    The text symbol.
    isCaretBeforeSymbol
    A value indicating whether text caret is located before symbol.
    changeSelectionStartSymbol
    A value indicating whether the selection start symbol must be changed.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also