ShapeNode.SegmentType Propiedad

Definición

Devuelve un valor que indica si el segmento asociado al nodo especificado es recto o curvo.

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

Valor de propiedad

Comentarios

Si el nodo especificado es un punto de control de un segmento curvo, esta propiedad devuelve msoSegmentCurve.

Use el SetSegmentType(Int32, MsoSegmentType) método para establecer el valor de esta propiedad.

Se aplica a