Toolbar.ContentInsetEndWithActions 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
작업 단추가 있을 때 사용할 끝 콘텐츠 삽입을 가져옵니다. -또는- 작업 단추가 있을 때 사용할 시작 콘텐츠 삽입을 설정합니다.
public virtual int ContentInsetEndWithActions { [Android.Runtime.Register("getContentInsetEndWithActions", "()I", "GetGetContentInsetEndWithActionsHandler", ApiSince=24)] get; [Android.Runtime.Register("setContentInsetEndWithActions", "(I)V", "GetSetContentInsetEndWithActions_IHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getContentInsetEndWithActions", "()I", "GetGetContentInsetEndWithActionsHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setContentInsetEndWithActions", "(I)V", "GetSetContentInsetEndWithActions_IHandler", ApiSince=24)>]
member this.ContentInsetEndWithActions : int with get, set
속성 값
메뉴가 픽셀 단위로 설정되었을 때 사용되는 최종 콘텐츠 삽입
- 특성
설명
속성 getter 설명서:
작업 단추가 있을 때 사용할 끝 콘텐츠 삽입을 가져옵니다.
도구 모음에 추가 단추가 있을 때와 도구 모음 크기가 서로 다른 경우 다양한 콘텐츠 세트가 호출되는 경우가 많습니다. 더 큰 값 #getContentInsetEnd()
과 이 값은 레이아웃 중에 사용됩니다.
에 대한 android.widget.Toolbar.getContentInsetEndWithActions()
Java 설명서
속성 setter 설명서:
작업 단추가 있을 때 사용할 시작 콘텐츠 집합을 설정합니다.
도구 모음에 추가 단추가 있을 때와 도구 모음 크기가 서로 다른 경우 다양한 콘텐츠 세트가 호출되는 경우가 많습니다. 더 큰 값 #getContentInsetEnd()
과 이 값은 레이아웃 중에 사용됩니다.
에 대한 android.widget.Toolbar.setContentInsetEndWithActions(int)
Java 설명서
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.