I am working with the fluent:ToggleButton
, but I cannot find how I can disable the icon. I don't use it, at it takes up place that I don't have.
Is there a default way to disable it, or do I need to do something special?
I am working with the fluent:ToggleButton
, but I cannot find how I can disable the icon. I don't use it, at it takes up place that I don't have.
Is there a default way to disable it, or do I need to do something special?
This is my work-around:
from the Properties Window you can convert the Template to new Resource and delete the
ContentPresenter x:Name="iconImage"
Usage
with the auto-generated resource (after the icon's deletion)