←Select platform

Filled Property (DicomGraphicObject)

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;} 
  
get_Filled(); 
set_Filled(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom Assembly
Click or drag to resize