Gets or sets the Boolean variable, which represents the attribute "Graphic Filled" (0070,0024).
public bool Filled { get; set; }
Public Property Filled As Boolean
public bool Filled {get; set;}
<br/>get_Filled();<br/>set_Filled(value);<br/>Object.defineProperty('Filled');
public:
property bool Filled {
bool get();
void set ( bool value);
}
Represents the Boolean variable, which represents the attribute "Graphic Filled" (0070,0024).
For an example, refer to FindFirstGraphicAnnSQItem. example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET