다음을 통해 공유


PercentFormatter.IsGrouped 속성

정의

백분율의 정수 부분을 그룹화할지 여부를 가져오거나 설정합니다.

public:
 property bool IsGrouped { bool get(); void set(bool value); };
bool IsGrouped();

void IsGrouped(bool value);
public bool IsGrouped { get; set; }
var boolean = percentFormatter.isGrouped;
percentFormatter.isGrouped = boolean;
Public Property IsGrouped As Boolean

속성 값

Boolean

bool

백분율 의 정수 부분을 그룹화해야 하면 True이고, 그렇지 않으면 false 입니다.

구현

적용 대상