GradientStop.Offset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the location of the gradient stop within the gradient vector.
public:
property double Offset { double get(); void set(double value); };
public double Offset { get; set; }
member this.Offset : double with get, set
Public Property Offset As Double
Property Value
The relative location of this gradient stop along the gradient vector. The default value is 0.0.
Remarks
A value of 0.0 specifies that the stop is positioned at the beginning of the gradient vector, while a value of 1.0 specifies that the stop is positioned at the end of the gradient vector.
Dependency Property Information
Identifier field | OffsetProperty |
Metadata properties set to true |
None |
Applies to
See also
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.