public ushort[] ShadowColorCieLabValue {get; set;}
'Declaration
Public Property ShadowColorCieLabValue As UShort()
'Usage
Dim instance As DicomShadowStyle
Dim value() As UShort
instance.ShadowColorCieLabValue = value
value = instance.ShadowColorCieLabValue
public ushort[] ShadowColorCieLabValue {get; set;}
get_ShadowColorCieLabValue();
set_ShadowColorCieLabValue(value);
Object.defineProperty('ShadowColorCieLabValue');
public:
property array<ushort>^ ShadowColorCieLabValue {
array<ushort>^ get();
void set ( array<ushort>^ value);
}
Property Value
The value of the "Shadow Color CIELab Value" element (0070,0247) under one of the items under the "Line Style Sequence" (0070,0232) or "Text Style Sequence" (0070,0231) in the "Graphic Annotation Module".