VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / TextStyle Class / ShadowStyle Property
Syntax Requirements SeeAlso
In This Topic
    ShadowStyle Property (TextStyle)
    In This Topic
    Gets or sets style of the shadow.
    Syntax
    'Declaration
    
    <CategoryAttribute("Dicom")>
    <DescriptionAttribute("Style of the shadow.")>
    Public Property ShadowStyle As ShadowStyle
    
    
    [Category("Dicom")]
    [Description("Style of the shadow.")]
    public ShadowStyle ShadowStyle { get; set; }
    
    
    [Category("Dicom")]
    [Description("Style of the shadow.")]
    public: __property ShadowStyle get_ShadowStyle();
    public: __property void set_ShadowStyle(
    ShadowStyle value
    );
    [Category("Dicom")]
    [Description("Style of the shadow.")]
    public:
    property ShadowStyle ShadowStyle { ShadowStyle get(); void set(ShadowStyle value); }

    Property Value

    Default value is ShadowStyle.Off.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also