ColorPaletteResources.ListLow 속성

정의

ListLow 색 값을 가져오거나 설정합니다.

public:
 property IReference<Color> ^ ListLow { IReference<Color> ^ get(); void set(IReference<Color> ^ value); };
IReference<Color> ListLow();

void ListLow(IReference<Color> value);
public System.Nullable<Color> ListLow { get; set; }
var iReference = colorPaletteResources.listLow;
colorPaletteResources.listLow = iReference;
Public Property ListLow As Nullable(Of Color)

속성 값

ListLow 색 값입니다.

적용 대상