Leadtools.ImageProcessing.SpecialEffects Namespace > RomanMosaicCommand Class : ShadowAngle Property |
public ShadowCommandAngle ShadowAngle {get; set;}
'Declaration Public Property ShadowAngle As ShadowCommandAngle
'Usage Dim instance As RomanMosaicCommand 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); }