Version 1.3 we where possible to
<ad:DockableContent Title="Audio" Background="{StaticResource ControlBackgroundBrush}" IsEnabled="{Binding CurrentStreamDisplay.IsAudioControlStreamInitialized, Mode=OneWay}">
</ad:DockableContent>
to have properties like Background and IsEnabled but with version 2.0 we are not possible to have this properties/attributes
avalonDock:LayoutAnchorable > </avalonDock:LayoutAnchorable>. Why this is not possible?
How to specify these properties?
↧