RibbonControlLength 구조체
정의
RibbonControlSizeDefinition의 너비를 나타냅니다.Represents widths in a 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 구조체의 새 인스턴스를 초기화합니다.Initializes a new instance of the RibbonControlLength structure with an absolute value in pixels. |
RibbonControlLength(Double, RibbonControlLengthUnitType) |
지정한 값 및 길이 단위를 사용하여 RibbonControlLength 구조체의 새 인스턴스를 초기화합니다.Initializes a new instance of the RibbonControlLength structure with the specified value and length unit. |
속성
Auto |
표준 자동 크기 조정 모드를 나타내는 RibbonControlLength 구조체를 가져옵니다.Gets a RibbonControlLength structure that represents the standard automatic sizing mode. |
IsAbsolute |
이 인스턴스가 고정 픽셀 또는 논리적 값을 기반으로 요소의 크기를 지정하는지 여부를 나타내는 값을 가져옵니다.Gets a value that indicates whether this instance sizes elements based on a fixed pixel or logical value. |
IsAuto |
이 인스턴스가 요소의 크기를 자동으로 지정하는지 여부를 나타내는 값을 가져옵니다.Gets a value that indicates whether this instance automatically sizes elements. |
IsStar |
이 인스턴스가 사용 가능한 공간에 대한 가중치를 기반으로 요소의 크기를 자동으로 지정하는지 여부를 나타내는 값을 가져옵니다.Gets a value that indicates whether this instance automatically sizes elements based on a weighted proportion of available space. |
RibbonControlLengthUnitType |
요소의 크기가 계산되는 방법을 결정하는 데 사용되는 형식을 가져옵니다.Gets the type that is used to determine how the size of the element is calculated. |
Value |
RibbonControlLength의 절대 값(픽셀 또는 논리 단위)을 가져옵니다.Gets the absolute value of the RibbonControlLength in pixels or logical units. |
메서드
Equals(Object) |
지정된 개체가 현재 RibbonControlLength과 같은지 여부를 확인합니다.Determines whether the specified object is equal to the current RibbonControlLength. |
Equals(RibbonControlLength) |
지정한 RibbonControlLength가 현재 RibbonControlLength와 같은지 여부를 확인합니다.Determines whether the specified RibbonControlLength is equal to the current RibbonControlLength. |
GetHashCode() |
RibbonControlLength의 해시 코드를 가져옵니다.Gets a hash code for the RibbonControlLength. |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. |
연산자
Equality(RibbonControlLength, RibbonControlLength) |
두 RibbonControlLength 구조체가 같은지 여부를 비교합니다.Compares two RibbonControlLength structures for equality. |
Inequality(RibbonControlLength, RibbonControlLength) |
두 RibbonControlLength 구조체가 동일하지 않은지 비교합니다.Compares two RibbonControlLength structures to determine whether they are not equal. |