InlinePresentationSpec.Builder(Size, Size) Constructor
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.
Creates a new Builder.
[Android.Runtime.Register(".ctor", "(Landroid/util/Size;Landroid/util/Size;)V", "", ApiSince=30)]
public Builder (Android.Util.Size minSize, Android.Util.Size maxSize);
[<Android.Runtime.Register(".ctor", "(Landroid/util/Size;Landroid/util/Size;)V", "", ApiSince=30)>]
new Android.Widget.Inline.InlinePresentationSpec.Builder : Android.Util.Size * Android.Util.Size -> Android.Widget.Inline.InlinePresentationSpec.Builder
Parameters
- minSize
- Size
The minimal size of the suggestion.
- maxSize
- Size
The maximal size of the suggestion.
- Attributes
Remarks
Creates a new Builder.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.