VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfAnnotationView Class / Size Property
Syntax Requirements SeeAlso
In This Topic
    Size Property (WpfAnnotationView)
    In This Topic
    Gets or sets the size, in device-independent pixels (1/96th inch), of the annotation.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The size, in device-independent pixels (1/96th inch), of the annotation.")>
    Public Overridable Property Size As System.Windows.Size
    
    
    [Description("The size, in device-independent pixels (1/96th inch), of the annotation.")]
    public virtual System.Windows.Size Size { get; set; }
    
    
    [Description("The size, in device-independent pixels (1/96th inch), of the annotation.")]
    public: __property virtual System.Windows.Size* get_Size();
    public: __property virtual void set_Size(
    System.Windows.Size* value
    );
    [Description("The size, in device-independent pixels (1/96th inch), of the annotation.")]
    public:
    virtual property System.Windows.Size^ Size { System.Windows.Size^ get(); void set(System.Windows.Size^ value); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also