Epiforge.Extensions.Frameworks.WPF
1.0.1
.NET 5.0
.NET Core 3.1
.NET Framework 4.6.2
dotnet add package Epiforge.Extensions.Frameworks.WPF --version 1.0.1
NuGet\Install-Package Epiforge.Extensions.Frameworks.WPF -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Epiforge.Extensions.Frameworks.WPF" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Epiforge.Extensions.Frameworks.WPF --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Epiforge.Extensions.Frameworks.WPF, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Epiforge.Extensions.Frameworks.WPF as a Cake Addin
#addin nuget:?package=Epiforge.Extensions.Frameworks.WPF&version=1.0.1
// Install Epiforge.Extensions.Frameworks.WPF as a Cake Tool
#tool nuget:?package=Epiforge.Extensions.Frameworks.WPF&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This library includes utilities for Windows Presentation Foundation, including:
ActionCommand
- a command that can be manipulated by its callerControlAssist
- provides attached dependency properties to enhance the functionality of controls (e.g.AdditionalInputBindings
)Screen
- represents a display device or multiple display devices on a single systemWindowAssist
- provides attached dependency properties to enhance the functionality of windows (e.g.AutoActivation
,BlurBehind
,IsBlurredBehind
,IsCaption
,SendSystemCommand
,SetDefaultWindowStyleOnSystemCommands
,ShowSystemMenu
)
Also includes extension methods for visuals:
GetVisualAncestor
- gets the first ancestor of a reference in the Visual Tree, or <c>null</c> if none could be foundGetVisualDescendent
- gets the first member of a Visual Tree descending from a reference, or <c>null</c> if none could be found
Also includes extension methods for windows:
IsInSafePosition
- gets whether the specified window is completely contained within the closest working areaSafeguardPosition
- moves the specified window the minimum amount to be completely contained within the closest working area
Also includes behaviors:
ComboBoxDataVirtualization
&ListBoxDataVirtualization
- sets the items source of a combo box or list box (including list views), respectively, to a collection that loads elements as they are needed for display and keeps selected elements loaded (requires .NET Core 3.1 or later)DelayedFocus
- focuses an element after a specified delayDeselectAllOnEmptySpaceClicked
- feselects all items when empty space in a list view is clickedOpenNavigateUri
- opens theHyperlink
'sNavigateUri
when it is clickedPasswordBindingTarget
- allows binding toPasswordBox.Password
Also includes controls:
UrlAwareTextBlock
- provides a lightweight control for displaying small amounts of flow content which finds URLs and makes them clickable hyperlinks
Also includes input gestures:
MouseWheelDownGesture
- defines a mouse wheel down gesture that can be used to invoke a commandMouseWheelUpGesture
- defines a mouse wheel up gesture that can be used to invoke a command
Also includes validation rules:
InvalidCharactersValidationRule
- provides a way to create a rule in order to check that user input does not contain any invalid charactersStringNotEmptyValidationRule
- provides a way to create a rule in order to check that user input is not an empty stringValidFileNameValidationRule
- provides a way to create a rule in order to check that user input does not contain any invalid file name charactersValidPathValidationRule
- provides a way to create a rule in order to check that user input does not contain any invalid file system path characters
Also includes a wide array of value converters. Please see a package explorer for details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net5.0-windows7.0 is compatible. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net6.0-windows7.0 is compatible. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net7.0-windows7.0 is compatible. net8.0 was computed. net8.0-android was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- Epiforge.Extensions.Collections (>= 1.3.1)
- Epiforge.Extensions.Components (>= 1.4.0)
- Microsoft.Xaml.Behaviors.Wpf (>= 1.1.39)
-
.NETFramework 4.6.2
- Epiforge.Extensions.Collections (>= 1.3.1)
- Epiforge.Extensions.Components (>= 1.4.0)
- Microsoft.Xaml.Behaviors.Wpf (>= 1.1.39)
-
net5.0-windows7.0
- Epiforge.Extensions.Collections (>= 1.3.1)
- Epiforge.Extensions.Components (>= 1.4.0)
- Microsoft.Xaml.Behaviors.Wpf (>= 1.1.39)
-
net6.0-windows7.0
- Epiforge.Extensions.Collections (>= 1.3.1)
- Epiforge.Extensions.Components (>= 1.4.0)
- Microsoft.Xaml.Behaviors.Wpf (>= 1.1.39)
-
net7.0-windows7.0
- Epiforge.Extensions.Collections (>= 1.3.1)
- Epiforge.Extensions.Components (>= 1.4.0)
- Microsoft.Xaml.Behaviors.Wpf (>= 1.1.39)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.1 | 122 | 8/15/2023 |