RibbonControlLengthUnitType 열거형

정의

Ribbon의 요소 크기가 지정되는 방식을 지정하는 상수를 정의합니다.

public enum class RibbonControlLengthUnitType
public enum RibbonControlLengthUnitType
type RibbonControlLengthUnitType = 
Public Enum RibbonControlLengthUnitType
상속
RibbonControlLengthUnitType

필드

Auto 0

크기 조정 메서드가 지정되지 않았습니다.

Item 2

크기는 자식 요소의 수로 표현된 고정 값입니다.

Pixel 1

크기가 픽셀 단위로 표시되는 고정 값입니다.

Star 3

크기가 사용 가능한 공간에 대한 가중치입니다.

적용 대상