GifImage class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.GifImage
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 GifImage
class Control
Control <|-- GifImage
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... |
| RepeatBehavior | Gets or sets the repeat behavior. |
| AnimationSpeedRatio | Gets or sets the animation speed ratio. |
| AnimationDuration | Gets or sets the duration of the animation. |
| AnimateInDesignMode | Gets or sets a value indicating whether [animate in design mode]. |
| AutoStart | Gets or sets a value indicating whether [automatic start]. |
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. |
| static RepeatBehaviorProperty | Identifies the RepeatBehavior attached property. |
| static AnimationSpeedRatioProperty | Identifies the AnimationSpeedRatio attached property. |
| static AnimationDurationProperty | Identifies the AnimationDuration attached property. |
| static AnimateInDesignModeProperty | Identifies the AnimateInDesignMode attached property. |
| static AutoStartProperty | The automatic start property. |