Gets or sets a value that represents the single item that is presented in the "Fill Style Sequence" (0070,0233).
public DicomFillStyle FillStyle { get; set; }
Public Property FillStyle As Leadtools.Dicom.DicomFillStyle
public Leadtools.Dicom.DicomFillStyle FillStyle {get; set;}
<br/>get_FillStyle();<br/>set_FillStyle(value);<br/>Object.defineProperty('FillStyle');
public:
property Leadtools.Dicom.DicomFillStyle^ FillStyle {
Leadtools.Dicom.DicomFillStyle^ get();
void set ( Leadtools.Dicom.DicomFillStyle^ value);
}
A value that represents the single item that is presented in the "Fill Style Sequence" (0070,0233).
The "Fill Style Sequence" (0070,0233) is an optional sequence that can be read or written when processing a DicomCompoundGraphic. When writing, include or exclude the Fill flag in the Options to indicate whether this sequence should be included. When reading, the Fill flag indicates whether the "Fill Style Sequence" is present. For more information, see Options.
For an example, refer to CreateCompoundGraphic.
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