Share via


ShapeNode.SegmentType Propriété

Définition

Cette propriété renvoie une valeur qui indique si le segment associé au nœud spécifié est un segment de droite ou de courbe.

public:
 property Microsoft::Office::Core::MsoSegmentType SegmentType { Microsoft::Office::Core::MsoSegmentType get(); };
public Microsoft.Office.Core.MsoSegmentType SegmentType { get; }
member this.SegmentType : Microsoft.Office.Core.MsoSegmentType
Public ReadOnly Property SegmentType As MsoSegmentType

Valeur de propriété

Remarques

Si le nœud spécifié est le point de contrôle d'un segment de courbe, la propriété renvoie msoSegmentCurve.

Utilisez la SetSegmentType(Int32, MsoSegmentType) méthode pour définir la valeur de cette propriété.

S’applique à