Freigeben über


GradientStop.Transparency Property

Gets or sets a value representing the opacity of the gradient fill expressed as a percent. Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Transparency As Single
    Get
    Set
'Usage
Dim instance As GradientStop
Dim value As Single

value = instance.Transparency

instance.Transparency = value
float Transparency { get; set; }

Property Value

Type: System.Single
Single

Remarks

Gradients are a smooth transition from one color state to another. The endpoints of these sections are called stops.

See Also

Reference

GradientStop Interface

GradientStop Members

Microsoft.Office.Core Namespace