Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.10.30
|
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); }