UISegmentedControl.ApportionsSegmentWidthsByContent 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
세그먼트 컨트롤이 각 콘텐츠 너비에 따라 각 세그먼트의 너비를 조정할 수 있도록 허용합니다.
public virtual bool ApportionsSegmentWidthsByContent { [Foundation.Export("apportionsSegmentWidthsByContent")] get; [Foundation.Export("setApportionsSegmentWidthsByContent:")] set; }
member this.ApportionsSegmentWidthsByContent : bool with get, set
속성 값
- 특성
설명
true로 설정되고 세그먼트 너비가 0이면 세그먼트 컨트롤이 해당 콘텐츠에 맞게 세그먼트 크기를 조정하려고 시도합니다.