HatchGradientPatternColor2 Property
|
Gets or sets the gradient
color 2.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public AciColor Color2 { get; set; }
Public Property Color2 As AciColor
Get
Set
public:
property AciColor^ Color2 {
AciColor^ get ();
void set (AciColor^ value);
}
member Color2 : AciColor with get, set
PROPERTY Color2 AS AciColor GET SET
Property Value
Type:
AciColorRemarks
If color 2 is defined, automatically the single color property will be set to false.
See Also