StripLine.Name 属性
定义
获取带状线的名称。Gets the name of the strip line.
public:
property System::String ^ Name { System::String ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public string Name { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.Name : string
Public ReadOnly Property Name As String
属性值
一个 string 值,该值表示带状线的名称。A string value that represents the name of the strip line.
- 属性