|
ILineCapVisual3D Interface |
ILineCapVisual3D interface is implemented by line Visual3D objects that support custom line cap shapes.
The line cap shapes are specified with
StartLineCap and
EndLineCap properties.
Namespace: Ab3d.VisualsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public interface ILineCapVisual3D
The ILineCapVisual3D type exposes the following members.
Properties | Name | Description |
---|
| EndLineCap |
Gets or sets one of the LineCap values that is used to define the shape of the last line position.
|
| StartLineCap |
Gets or sets one of the LineCap values that is used to define the shape of the first line position.
|
TopSee Also