Skip to content

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

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...
RepeatBehaviorGets or sets the repeat behavior.
AnimationSpeedRatioGets or sets the animation speed ratio.
AnimationDurationGets or sets the duration of the animation.
AnimateInDesignModeGets or sets a value indicating whether [animate in design mode].
AutoStartGets or sets a value indicating whether [automatic start].

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.
static RepeatBehaviorPropertyIdentifies the RepeatBehavior attached property.
static AnimationSpeedRatioPropertyIdentifies the AnimationSpeedRatio attached property.
static AnimationDurationPropertyIdentifies the AnimationDuration attached property.
static AnimateInDesignModePropertyIdentifies the AnimateInDesignMode attached property.
static AutoStartPropertyThe automatic start property.
Inherited members