Skip to content

Attributes

Name
Text
IsTextSelectionEnabled

Example

xml
<CheckBox Name="check">
    <StackPanel Orientation="Vertical">
        <TextBlock x:Name="IncludeInGlobalResultTitle"
                    Margin="0,10,0,0"
                    Text="Include in global result" />
        <dev:IsEnabledTextBlock FontSize="{StaticResource SecondaryTextFontSize}"
                                        IsEnabled="{Binding ElementName=check, Path=IsChecked}"
                                        Text="Show results on queries without direct activation command" />
    </StackPanel>
</CheckBox>

Demo

you can run demo and see this feature.

IsEnabledTextBox_UnChecked

IsEnabledTextBox_Checked

Released under the MIT License.