Search results for query: *

  1. M

    How to Bind FontSize of a TextBlock from two different sources in WPF?

    Thank you sir for your enormous effort to answer my question. This is my fault that I misunderstood the concept of Multi binding in WPF. Now you can just suggest me that how I can achieve that, I just want to get the Font Size =10 in the Text block and at that same time I want to bind with...
  2. M

    How to Bind FontSize of a TextBlock from two different sources in WPF?

    I know that, That's why I use Multibinding. I want to bind the Font Size with two properties. These two binding work perfectly when I use them separately. But I want to combine them using a Multibinding.
  3. M

    How to Bind FontSize of a TextBlock from two different sources in WPF?

    Thank you sir for your reply. I suggest you to see my full question because I clearly tell there what I want to do. OK again I tell you. I want to bind the Text block Font Size with the button Font Size and with application.current state. I clearly written in my question that as First binding...
  4. M

    How to Bind FontSize of a TextBlock from two different sources in WPF?

    Thank your sir, for your reply. After applying the converter only one data binding is working. And that is the binding the application.current state. But the second binding where I bind with the Relative source to the button the get the Font size of the button, that is not working. Kindly please...
  5. M

    How to Bind FontSize of a TextBlock from two different sources in WPF?

    I just want the Text block get the Font size of it's parent button container and also it can bind with application.current state. I just want this two binding run successfully, I have nothing to do with the converter.
  6. M

    How to Bind FontSize of a TextBlock from two different sources in WPF?

    I already tested WPF high dpi default properties and it does not working for me. If you kindly know how to code for the converter then that will be a great help for me.
  7. M

    How to Bind FontSize of a TextBlock from two different sources in WPF?

    Thank you sir. Yes, my converter is called perfectly. As I say previously my converter code is not perfect that means there no error in the code but the code is not applicable in this scenario. Please do some code modification for me.
  8. M

    How to Bind FontSize of a TextBlock from two different sources in WPF?

    Please give me a proper way to implement this data binding.
  9. M

    How to Bind FontSize of a TextBlock from two different sources in WPF?

    Right sir, I know that there some error in my converter that's why it's not called properly. Can you please modify the code of my Average Converter because I have to code it properly so that it helps in multi binding and interact with my data.
  10. M

    How to Bind FontSize of a TextBlock from two different sources in WPF?

    Due to design purpose I use the fluid Layout which is mainly made by Grid.Row definition. I want to adjust my WPF application to run smoothly on every monitor that's why I use the DPI Decorator class. And this DPI Decorator is perfectly working that means the screen UI components are perfectly...
  11. M

    How to Scale WPF application according to screen resolution?

    I make a WPF application in .Net Framework 4.7. I developed this application on my Laptop which has full HD resolution (1920*1080). My problem is when I run my application on a low resolution monitor (1366*768), my application don't scale up according to the screen resolution. I tried using Per...
Back
Top Bottom