VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomSimpleAnnotationDataBase Class / GraphicFilled Property
Syntax Requirements SeeAlso
In This Topic
    GraphicFilled Property (DicomSimpleAnnotationDataBase)
    In This Topic
    Gets or sets a value indicating whether graphic is filled.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A value indicating whether graphic is filled.")>
    <CategoryAttribute("Dicom")>
    Public Overridable Property GraphicFilled As Boolean
    
    
    [Description("A value indicating whether graphic is filled.")]
    [Category("Dicom")]
    public virtual bool GraphicFilled { get; set; }
    
    
    [Description("A value indicating whether graphic is filled.")]
    [Category("Dicom")]
    public: __property virtual bool get_GraphicFilled();
    public: __property virtual void set_GraphicFilled(
    bool value
    );
    [Description("A value indicating whether graphic is filled.")]
    [Category("Dicom")]
    public:
    virtual property bool GraphicFilled { bool get(); void set(bool 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