Leadtools.ImageProcessing.SpecialEffects Namespace > LightCommand Class : Data Property |
public LightCommandData[] Data {get; set;}
'Declaration Public Property Data As LightCommandData()
'Usage Dim instance As LightCommand Dim value() As LightCommandData instance.Data = value value = instance.Data
public LightCommandData[] Data {get; set;}
get_Data();
set_Data(value);
Object.defineProperty('Data');
public: property array<LightCommandData>^ Data { array<LightCommandData>^ get(); void set ( array<LightCommandData>^ value); }