You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Changed 

Renk seçimi değiştiğinde tetiklenen olay

private void LDPColorPicker1_Changed(LDP.Controls.UIContracts.Base.ILDPControl sender)
{
    string hexName = LDPColorPicker1.Value.Name;
    var r = LDPColorPicker1.Value.R;
    bool isSystem = LDPColorPicker1.Value.IsSystemColor;
}

Value intellisense görünüm