Skip to content

Image class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.Image Modifiers: public

Summary

        Represents an image with additional properties for Borders and Rounded corners.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class Image
class Control
Control <|-- Image

Inherits from: Control

Constructors

NameSummary
.ctor

Properties

NameSummary
SourceGets or sets the Source on this Image. The Source property is the ImageSource that holds the actual image drawn.
StretchGets or sets the Stretch on this Image. The Stretch property determines how large the Image will be drawn.
StretchDirectionGets or sets the stretch direction of the Viewbox, which determines the restrictions on scaling that are applied to the content inside the Viewbox. For instance, this property ...
CornerRadiusGets or sets the CornerRadius property allows users to control the roundness of the corners independently by setting a radius value for each corner. Radius values that are too large are...

Fields

NameSummary
static SourcePropertyGets/Sets the Source on this Image. The Source property is the ImageSource that holds the actual image drawn.
static CornerRadiusPropertyDependencyProperty for CornerRadius property.
static StretchPropertyDependencyProperty for StretchDirection property.
static StretchDirectionPropertyDependencyProperty for Stretch property.
static InnerCornerRadiusPropertyKeyDependencyPropertyKey for InnerCornerRadius property.
static InnerCornerRadiusPropertyDependencyProperty for InnerCornerRadius property.
Inherited members