ShapeNode.SegmentType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した節点に関連するセグメントが直線または曲線であるかを示す値を取得します。
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) 使用して、このプロパティの値を設定します。