'Declaration <DescriptionAttribute("Style of the shadow.")> <CategoryAttribute("Dicom")> Public Property ShadowStyle As ShadowStyle
[Description("Style of the shadow.")] [Category("Dicom")] public ShadowStyle ShadowStyle { get; set; }
[Description("Style of the shadow.")] [Category("Dicom")] public: __property ShadowStyle get_ShadowStyle(); public: __property void set_ShadowStyle(
ShadowStyle value
);
[Description("Style of the shadow.")] [Category("Dicom")] public:
property ShadowStyle ShadowStyle { ShadowStyle get(); void set(ShadowStyle value); }
Property Value
Значение по умолчанию: ShadowStyle.Off.