ContentCaptureNodeProperties.HasBounds 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.
Checks if the bounds have been explicitly set.
public virtual bool HasBounds { [Android.Runtime.Register("hasBounds", "()Z", "GetHasBoundsHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("hasBounds", "()Z", "GetHasBoundsHandler", ApiSince=37)>]
member this.HasBounds : bool
Property Value
true if the bounds were modified, false otherwise.
- Attributes