VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.Wpf.UI Namespace / WpfDicomPointAnnotationView Class / PointSize Property
Syntax Requirements SeeAlso
In This Topic
    PointSize Property (WpfDicomPointAnnotationView)
    In This Topic
    Gets the size of the point in pixels.
    Syntax
    'Declaration
    
    Protected Overridable ReadOnly Property PointSize As System.Windows.Size
    
    
    protected virtual System.Windows.Size PointSize { get; }
    
    
    protected: __property virtual System.Windows.Size* get_PointSize();
    
    
    
    protected:
    virtual property System.Windows.Size^ PointSize { System.Windows.Size^ get(); }

    Property Value

    Default value is 15x15.
    Requirements

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

    See Also