次の方法で共有


ShapeNode.SegmentType プロパティ

定義

指定した節点に関連するセグメントが直線または曲線であるかを示す値を取得します。

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

プロパティ値

注釈

If the specified node is a control point for a curved segment, this property returns msoSegmentCurve.

メソッドを SetSegmentType(Int32, MsoSegmentType) 使用して、このプロパティの値を設定します。

適用対象