# CalcBinding **Repository Path**: andwp/CalcBinding ## Basic Information - **Project Name**: CalcBinding - **Description**: Advanced WPF Binding which supports expressions in Path property and other features - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-07-06 - **Last Updated**: 2022-07-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CalcBinding CalcBinding is an advanced Binding markup extension that allows you to write calculated binding expressions in xaml, without custom converters. CalcBinding can automaticaly perfom bool to visibility convertion, different algebraic operations, inverse your expression and more. CalcBinding makes binding expressions shorter and more user-friendly. [Release notes](#release-notes) ## Install CalcBinding is available at [NuGet](https://www.nuget.org/packages/CalcBinding/). You can install package using: ``` PM> Install-Package CalcBinding ``` ## Overview Following example shows xaml snippets with standart Binding and with CalcBinding in very simple case: ### Before: ```xml ``` (without MyCustomConveter declaration and referencing to it in xaml) ### After: ```xml