ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotationSettings Class / DefaultImageProperty Field




In This Topic
    DefaultImageProperty Field
    In This Topic
    This property has been deprecated. Represents DefaultImage dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly DefaultImageProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = ImGearAnnotationSettings.DefaultImageProperty
    public static readonly DependencyProperty DefaultImageProperty
    public: static readonly DependencyProperty* DefaultImageProperty
    public:
    static readonly DependencyProperty^ DefaultImageProperty
    Remarks
    This property has been deprecated. Please use the PageView.MouseToolSettings.Annotation.Templates.Image property instead.
    See Also