共用方式為


MapElement.Visible 屬性

定義

取得或設定值,指出MapControl上是否顯示MapElement

public:
 property bool Visible { bool get(); void set(bool value); };
bool Visible();

void Visible(bool value);
public bool Visible { get; set; }
var boolean = mapElement.visible;
mapElement.visible = boolean;
Public Property Visible As Boolean

屬性值

Boolean

bool

如果MapControl上可以看到MapElement,則為true;否則為false

適用於