{"Description":"Represents a control that displays an image.","Properties":[{"Property":"Background","Type":"Color","Description":"The background color of the control."},{"Property":"Image","Type":"Image","Description":"The image for the control."},{"Property":"Stretch","Type":"Enum","Description":"A value that specifies how an Image should be stretched to fill the destination rectangle. Possible values are Fill, Uniform, & UniformToFill."},{"Property":"Height","Type":"Float","Description":"The suggested height of the control in dp pixels."},{"Property":"HorizontalAlignment","Type":"Enum","Description":"The horizontal alignment characteristics that are applied to the control when it is composed in a parent layout panel, such as a Grid."},{"Property":"Margin","Type":"Thickness","Description":"The outer margin that is applied to the control when it is composed in a parent layout panel, such as a Grid."},{"Property":"Rotation","Type":"Integer","Description":"The rotation about the Z-axis in degrees."},{"Property":"VerticalAlignment","Type":"Enum","Description":"The vertical alignment characteristics that are applied to the control when it is composed in a parent layout panel, such as a Grid."},{"Property":"Width","Type":"Float","Description":"The suggested width of the control in dp pixels."},{"Property":"IsEnabled","Type":"Boolean","Description":"A value that indicates whether the user can interact with the control."},{"Property":"IsHitTestVisible","Type":"Boolean","Description":"A value that indicates whether the contained area of the control can return true values for hit testing."},{"Property":"IsVisible","Type":"Boolean","Description":"A value that indicates whether the control should be visible."},{"Property":"Opacity","Type":"Float","Description":"A value between 0 and 1.0 that declares the opacity factor, with 1.0 meaning full opacity and 0 meaning transparent."}],"Events":[{"Event":"Loaded","Description":"Occurs when the element is laid out, rendered, and ready for interaction."},{"Event":"Unloaded","Description":"Occurs when the element is no longer rendered on the screen."}]}