←Select platform

Filled Property

Summary

Gets or sets the Boolean variable, which represents the attribute "Graphic Filled" (0070,0024).

Syntax

C#
VB
WinRT C#
C++
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); 
} 

Property Value

Represents the Boolean variable, which represents the attribute "Graphic Filled" (0070,0024).

Example

For an example, refer to FindFirstGraphicAnnSQItem. example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly