Share via


PathData.Types 属性

定义

获取或设置路径中相应点的类型。

public:
 property cli::array <System::Byte> ^ Types { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] Types { get; set; }
public byte[]? Types { get; set; }
member this.Types : byte[] with get, set
Public Property Types As Byte()

属性值

Byte[]

字节数组,这些字节指定路径中相应点的类型。

适用于