ColorEffect.By Property

Returns a ColorFormat object that represents a change to the color of the object by the specified number, expressed in RGB format. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property By As ColorFormat
    Get
'Usage
Dim instance As ColorEffect
Dim value As ColorFormat

value = instance.By
ColorFormat By { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.ColorFormat

Remarks

Do not confuse this property with the ByX or ByY properties of the ScaleEffect object or the ByX or ByY properties of the MotionEffect object, which are only used for scaling or motion effects.

See Also

Reference

ColorEffect Interface

ColorEffect Members

Microsoft.Office.Interop.PowerPoint Namespace