|
|
|
|
|
- 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. CAUTION: This type must not be used directly. It must be used only via the diagShape type (or one of its derived types).
MaForme is diagRectangle
MaForme.X = 100
MaForme.Y = 100
MaForme.Width = 350
MaForme.Height = 150
MaForme.Background.Color = PastelRed
MaForme.Border.Color = Black
MaForme.Border.Thickness = 2
MaForme.Border.Type = LineDash
MonDiagramme is Diagram <- EDIAG_MonDiagramme
Add(MonDiagramme.Shape, MaForme)
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|