Microsoft.WindowsServerSolutions.Controls.WPF Namespace
The Microsoft.WindowsServerSolutions.Controls.WPF namespace provides interfaces and classes to support features that have not been included in Windows Presentation Foundation (WPF), such as conditional values and double animation.
Classes
Class | Description | |
---|---|---|
BoolIndicatorConverter | Contains the default Boolean-to-Boolean conversion method. |
|
ConditionalValueSupplier | Represents an object that can have alternate values based on an external determining indicator. |
|
ScrollViewerOffsetProxy | Contains a proxy that can be bound to a scroll viewer to alter the horizontal offset. |
Interfaces
Interface | Description | |
---|---|---|
IIndicatorConverter | Exposes a method that converts an indicator into a Boolean value. |
Return to top