Skip to content

c78fa2ef 8488 f185 0092 bf8c14e0778a

Fernando Garcia edited this page May 8, 2018 · 1 revision

ShadowModel.Transparency Property

Additional header content

Gets or sets a value that determines preferred degree of transparency of the shadow as a value from 0.0 (opaque) through 1.0 (clear).

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public float Transparency { get; set; }

VB

Public Property Transparency As Single
	Get
	Set

Property Value

Type: Single
Preferred degree of transparency as a value from 0.0 (opaque) through 1.0 (clear). The default is 0.0.

Exceptions

 

Exception Condition
InvalidOperationException The value specified is outside the range of valid values.

Remarks

ITEE Object Element Usage

<Shadow Transparency="float" .../>

Compatibility table with native writers.

Comma-Separated Values
CsvWriter
Tab-Separated Values
TsvWriter
SQL Script
SqlScriptWriter
XML Spreadsheet 2003
Spreadsheet2003TabularWriter
No has effect No has effect No has effect No has effect
A X value indicates that the writer supports this element.

See Also

Reference

ShadowModel Class
iTin.Export.Model Namespace

Clone this wiki locally