Share via


MapElement.Visible 属性

定义

获取或设置一个值,该值指示 MapElementMapControl 上是否可见。

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

如果 MapElementMapControl 上可见,则为 true;否则为 false

适用于