3 using System.Diagnostics;
5 using SiliconStudio.Core;
7 namespace SiliconStudio.
Paradox.UI.Controls
12 [DebuggerDisplay(
"Button - Name={Name}")]
38 var button = (
Button)propertyOwner;
39 button.OnAspectImageInvalidated();
55 get {
return DependencyProperties.Get(PressedImagePropertyKey); }
56 set { DependencyProperties.Set(PressedImagePropertyKey, value); }
64 get {
return DependencyProperties.Get(NotPressedImagePropertyKey); }
65 set { DependencyProperties.Set(NotPressedImagePropertyKey, value); }
73 get {
return DependencyProperties.Get(MouseOverImagePropertyKey); }
74 set { DependencyProperties.Set(MouseOverImagePropertyKey, value); }
Describes the thickness of a frame around a cuboid. Six float values describe the Left...
Class holding all the data required to define an UI image.
A class that represents a tag propety.