RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1LineSpacingTool Class / SelectedItems Property

In This Topic
    SelectedItems Property (C1LineSpacingTool)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property SelectedItems As ObservableCollection(Of Object)
    public ObservableCollection<object> SelectedItems {get; set;}
    See Also