←Select platform

FillStyle Property

Summary

Gets or sets a value that represents the single item that is presented in the "Fill Style Sequence" (0070,0233).

Syntax
C#
VB
C++
public DicomFillStyle FillStyle { get; set; } 
Public Property FillStyle As DicomFillStyle 
public: 
property DicomFillStyle^ FillStyle { 
   DicomFillStyle^ get(); 
   void set (    DicomFillStyle^ value); 
} 

Property Value

A value that represents the single item that is presented in the "Fill Style Sequence" (0070,0233).

Remarks

The "Fill Style Sequence" (0070,0233) is an optional sequences that can be read/written when processing a DicomGraphicObject. When writing, include/exclude the Fill flag in the Options to indicate if this sequence should be included. When reading, the Fill flag indicates if the "Fill Style Sequence" is present. For more information, see Options.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly