public float PatternOnOpacity {get; set;}
'Declaration
Public Property PatternOnOpacity As Single
'Usage
Dim instance As DicomFillStyle
Dim value As Single
instance.PatternOnOpacity = value
value = instance.PatternOnOpacity
public float PatternOnOpacity {get; set;}
get_PatternOnOpacity();
set_PatternOnOpacity(value);
Object.defineProperty('PatternOnOpacity');
public:
property float PatternOnOpacity {
float get();
void set ( float value);
}
Property Value
The value of the "Pattern On Opacity" element (0070,0284) under one of the items under the "Fill Style Sequence" (0070,0233) in the "Graphic Annotation Module".