PlotStyleDataScreening
Property
|
Property that represents screening value of
the linetype in range of 0 to 100, where 100 means that no
screening is applied, and 0 means that screening is fully applied
and an object contains no ink. Screening refers to applying less
ink on an object when its plotted. It can be a way to differentiate
objects in a drawing without changing the objects' color
properties.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int Screening { get; set; }
Public Property Screening As Integer
Get
Set
public:
property int Screening {
int get ();
void set (int value);
}
member Screening : int with get, set
Property Value
Int32
See Also