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¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| Source | Gets or sets the Source on this Image. The Source property is the ImageSource that holds the actual image drawn. |
| Stretch | Gets or sets the Stretch on this Image. The Stretch property determines how large the Image will be drawn. |
| StretchDirection | Gets 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 ... |
| CornerRadius | Gets 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¶
| Name | Summary |
|---|---|
| static SourceProperty | Gets/Sets the Source on this Image. The Source property is the ImageSource that holds the actual image drawn. |
| static CornerRadiusProperty | DependencyProperty for CornerRadius property. |
| static StretchProperty | DependencyProperty for StretchDirection property. |
| static StretchDirectionProperty | DependencyProperty for Stretch property. |
| static InnerCornerRadiusPropertyKey | DependencyPropertyKey for InnerCornerRadius property. |
| static InnerCornerRadiusProperty | DependencyProperty for InnerCornerRadius property. |