SetLayersGripStyle determines the appearance of layers grips.
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public void SetLayersGripStyle( IERGB gripColor1, IERGB gripColor2, IEBrushStyles gripBrushStyle, int gripSize, IEShape gripShape )
Public Sub SetLayersGripStyle ( _ gripColor1 As IERGB, _ gripColor2 As IERGB, _ gripBrushStyle As IEBrushStyles, _ gripSize As Integer, _ gripShape As IEShape _ )
public: void SetLayersGripStyle( IERGB gripColor1, IERGB gripColor2, IEBrushStyles gripBrushStyle, int gripSize, IEShape gripShape )
Parameters
- gripColor1
- IERGB
 Grip border color.
- gripColor2
- IERGB
 Grip brush color.
- gripBrushStyle
- IEBrushStyles
 Brush style.
- gripSize
- Int32
 Size in pixels of the grip.
- gripShape
- IEShape
 Specifies the grip shape.


























