RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1CenterAlignMenuTool Class / IsChecked Property

In This Topic
    IsChecked Property (C1CenterAlignMenuTool)
    In This Topic
    Gets or sets a value indicating whether this instance is checked.
    Syntax
    'Declaration
     
    Protected Property IsChecked As Boolean
    protected bool IsChecked {get; set;}

    Property Value

    true if this instance is checked; otherwise, false.
    See Also