FlexLayout.SetShrink Method
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.
Overloads
SetShrink(BindableObject, Single) |
Sets the value that determines the proportional reduction in size that this element will accept to acccommodate the layout in the row or column. |
SetShrink(IView, Single) |
SetShrink(BindableObject, Single)
- Source:
- FlexLayout.cs
- Source:
- FlexLayout.cs
Sets the value that determines the proportional reduction in size that this element will accept to acccommodate the layout in the row or column.
public:
static void SetShrink(Microsoft::Maui::Controls::BindableObject ^ bindable, float value);
public static void SetShrink (Microsoft.Maui.Controls.BindableObject bindable, float value);
static member SetShrink : Microsoft.Maui.Controls.BindableObject * single -> unit
Public Shared Sub SetShrink (bindable As BindableObject, value As Single)
Parameters
- bindable
- BindableObject
The object for which to retrieve the property value.
- value
- Single
The new flex shrink value.
Applies to
SetShrink(IView, Single)
- Source:
- FlexLayout.cs
- Source:
- FlexLayout.cs
public:
void SetShrink(Microsoft::Maui::IView ^ view, float shrink);
public void SetShrink (Microsoft.Maui.IView view, float shrink);
member this.SetShrink : Microsoft.Maui.IView * single -> unit
Public Sub SetShrink (view As IView, shrink As Single)
Parameters
- view
- IView
- shrink
- Single
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET MAUI