RibbonControlLength 구조체
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
RibbonControlSizeDefinition의 너비를 나타냅니다.
public value class RibbonControlLength : IEquatable<System::Windows::Controls::Ribbon::RibbonControlLength>
[System.ComponentModel.TypeConverter(typeof(System.Windows.Controls.Ribbon.RibbonControlLengthConverter))]
public struct RibbonControlLength : IEquatable<System.Windows.Controls.Ribbon.RibbonControlLength>
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Controls.Ribbon.RibbonControlLengthConverter))>]
type RibbonControlLength = struct
Public Structure RibbonControlLength
Implements IEquatable(Of RibbonControlLength)
- 상속
- 특성
- 구현
생성자
RibbonControlLength(Double) |
픽셀 단위 절대값을 사용하여 RibbonControlLength 구조체의 새 인스턴스를 초기화합니다. |
RibbonControlLength(Double, RibbonControlLengthUnitType) |
지정한 값 및 길이 단위를 사용하여 RibbonControlLength 구조체의 새 인스턴스를 초기화합니다. |
속성
Auto |
표준 자동 크기 조정 모드를 나타내는 RibbonControlLength 구조체를 가져옵니다. |
IsAbsolute |
이 인스턴스가 고정 픽셀 또는 논리적 값을 기반으로 요소의 크기를 지정하는지 여부를 나타내는 값을 가져옵니다. |
IsAuto |
이 인스턴스가 요소의 크기를 자동으로 지정하는지 여부를 나타내는 값을 가져옵니다. |
IsStar |
이 인스턴스가 사용 가능한 공간에 대한 가중치를 기반으로 요소의 크기를 자동으로 지정하는지 여부를 나타내는 값을 가져옵니다. |
RibbonControlLengthUnitType |
요소의 크기가 계산되는 방법을 결정하는 데 사용되는 형식을 가져옵니다. |
Value |
RibbonControlLength의 절대 값(픽셀 또는 논리 단위)을 가져옵니다. |
메서드
Equals(Object) |
지정된 개체가 현재 RibbonControlLength과 같은지 여부를 확인합니다. |
Equals(RibbonControlLength) |
지정한 RibbonControlLength가 현재 RibbonControlLength와 같은지 여부를 확인합니다. |
GetHashCode() |
RibbonControlLength의 해시 코드를 가져옵니다. |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. |
연산자
Equality(RibbonControlLength, RibbonControlLength) |
두 RibbonControlLength 구조체가 같은지 여부를 비교합니다. |
Inequality(RibbonControlLength, RibbonControlLength) |
두 RibbonControlLength 구조체가 동일하지 않은지 비교합니다. |