Leadtools.ImageProcessing.SpecialEffects Namespace > MosaicTilesCommand Class : ShadowAngle Property |
public ShadowCommandAngle ShadowAngle {get; set;}
'Declaration Public Property ShadowAngle As ShadowCommandAngle
'Usage Dim instance As MosaicTilesCommand Dim value As ShadowCommandAngle instance.ShadowAngle = value value = instance.ShadowAngle
public ShadowCommandAngle ShadowAngle {get; set;}
get_ShadowAngle();
set_ShadowAngle(value);
Object.defineProperty('ShadowAngle');
public: property ShadowCommandAngle ShadowAngle { ShadowCommandAngle get(); void set ( ShadowCommandAngle value); }