Click or drag to resize

ImageProperties Class

Provides attached properties for the Image control
Inheritance Hierarchy
SystemObject
  Cauldron.XAML.ThemeImageProperties

Namespace:  Cauldron.XAML.Theme
Assembly:  Cauldron.XAML.Theme (in Cauldron.XAML.Theme.dll) Version: 3.1.0.22 (3.1.0.22)
Syntax
C#
public static class ImageProperties

The ImageProperties type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAnimateOpacity
Gets the value of AnimateOpacity
Public methodStatic memberGetImageKey
Gets the value of ImageKey
Public methodStatic memberSetAnimateOpacity
Sets the value of the AnimateOpacity attached property
Public methodStatic memberSetImageKey
Sets the value of the ImageKey attached property
Top
Fields
  NameDescription
Public fieldStatic memberAnimateOpacityProperty
Identifies the AnimateOpacity dependency property
Public fieldStatic memberImageKeyProperty
Identifies the ImageKey dependency property
Top
Attached Properties
  NameDescription
Public attached propertyAnimateOpacity
Identifies the AnimateOpacity dependency property
Public attached propertyImageKey
Identifies the ImageKey dependency property
Top
See Also