UIElement.IsHitTestVisible
UIElement.IsHitTestVisible
UIElement.IsHitTestVisible
UIElement.IsHitTestVisible
Property
Definition
public : Platform::Boolean IsHitTestVisible { get; set; }
bool IsHitTestVisible();
void IsHitTestVisible(bool ishittestvisible);
public bool IsHitTestVisible { get; set; }
Public ReadWrite Property IsHitTestVisible As bool
<uiElement IsHitTestVisible="bool"/>
Property Value
bool
bool
true if the contained area of this UIElement can be used for hit testing; otherwise, false. The default is true.
フィードバック
フィードバックを読み込んでいます...