public byte[] FillPattern {get; set;}
'Declaration
Public Property FillPattern As Byte()
'Usage
Dim instance As DicomFillStyle
Dim value() As Byte
instance.FillPattern = value
value = instance.FillPattern
public byte[] FillPattern {get; set;}
get_FillPattern();
set_FillPattern(value);
Object.defineProperty('FillPattern');
public:
property array<byte>^ FillPattern {
array<byte>^ get();
void set ( array<byte>^ value);
}
Property Value
The value of the "Fill Pattern" element (0070,0256) under one of the items under the "Fill Style Sequence" (0070,0233) in the "Graphic Annotation Module".