|
|
|
|
|
- Properties specific to diagShape variables
diagBorder (Variable type) In french: diagBordure
The diagBorder type is used to define all the advanced characteristics of a border (or borders) of a shape used in a diagram. You can define and change the characteristics of this border using different WLanguage properties. Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable. ATTENTION: This type must not be used directly. It must be used only via the diagShape type (or one of its derived types).
MyShape is diagRectangle
MyShape.X = 100
MyShape.Y = 100
MyShape.Width = 350
MyShape.Height = 150
MyShape.Background.Color = PastelRed
MyShape.Border.Color = Black
MyShape.Border.Thickness = 2
MyShape.Border.Type = LineDash
MyDiagram is Diagram <- DIAGEDT_MyDiagram
Add(MyDiagram.Shape, MyShape)
Properties Properties specific to diagShape variables The following properties can be used to handle the border of a shape:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|