Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Namespaces | Enumerations
GridProperty.cs File Reference

Go to the source code of this file.

Namespaces

namespace  Teigha
 
namespace  Teigha.TD
 

Enumerations

enum  Teigha.TD.GridProperty {
  Teigha.TD.kGridPropInvalid = 0x00 , Teigha.TD.kGridPropLineStyle = 0x01 , Teigha.TD.kGridPropLineWeight = 0x02 , Teigha.TD.kGridPropLinetype = 0x04 ,
  Teigha.TD.kGridPropColor = 0x08 , Teigha.TD.kGridPropVisibility = 0x10 , Teigha.TD.kGridPropDoubleLineSpacing = 0x20 , Teigha.TD.kGridPropAll = (kGridPropLineStyle|kGridPropLineWeight|kGridPropLinetype|kGridPropColor|kGridPropVisibility|kGridPropDoubleLineSpacing)
}