Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomShadowStyle Class : ShadowStyle Property |
public DicomAnnotationShadowStyleType ShadowStyle {get; set;}
'Declaration
Public Property ShadowStyle As DicomAnnotationShadowStyleType
'Usage
Dim instance As DicomShadowStyle Dim value As DicomAnnotationShadowStyleType instance.ShadowStyle = value value = instance.ShadowStyle
public DicomAnnotationShadowStyleType ShadowStyle {get; set;}
<br/>get_ShadowStyle();<br/>set_ShadowStyle(value);<br/>Object.defineProperty('ShadowStyle');
public: property DicomAnnotationShadowStyleType ShadowStyle { DicomAnnotationShadowStyleType get(); void set ( DicomAnnotationShadowStyleType value); }