ExpCompositionContent.IsHitTestAlways Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property bool IsHitTestAlways { bool get(); void set(bool value); };
bool IsHitTestAlways();
void IsHitTestAlways(bool value);
public bool IsHitTestAlways { get; set; }
var boolean = expCompositionContent.isHitTestAlways;
expCompositionContent.isHitTestAlways = boolean;
Public Property IsHitTestAlways As Boolean
Property Value
Boolean
bool