public bool Filled {get; set;}
'Declaration
Public Property Filled As Boolean
'Usage
Dim instance As DicomCompoundGraphic
Dim value As Boolean
instance.Filled = value
value = instance.Filled
public bool Filled {get; set;}
get_Filled();
set_Filled(value);
Object.defineProperty('Filled');
public:
property bool Filled {
bool get();
void set ( bool value);
}
Property Value
The value of the "Graphic Filled" element (0070,0024) under one of the items under the "Compound Graphic Sequence" (0070,0209) in the "Graphic Annotation Module".