XamlX icon indicating copy to clipboard operation
XamlX copied to clipboard

Unable to resolve content property on Panel property...

Open danwalmsley opened this issue 3 years ago • 0 comments

I wanted to simply add a Getter only property to VisualLayerManager

It was called ChromeOverlayLayer and of type Panel... only a getter was declared and the value set in the getter if it didnt exist already.

I expected: <VisualLayerManager.ChromeOverlayLayer> <TitleBar /> to just add a titlebar to it.. it actually complains it cant find a setter to set ChromeOverlayLayer property to titlebar.

danwalmsley avatar Jul 21 '20 19:07 danwalmsley