GradientStop.Offset Proprietà
Definizione
Ottiene la posizione del cursore sfumatura all'interno del vettore sfumatura.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
Valore della proprietà
Posizione relativa del cursore sfumatura all'interno del vettore sfumatura.The relative location of this gradient stop along the gradient vector. Il valore predefinito è 0,0.The default value is 0.0.
Commenti
Il valore 0,0 specifica che l'arresto è posizionato all'inizio del vettore di sfumatura, mentre un valore pari a 1,0 indica che l'arresto è posizionato alla fine del vettore di sfumatura.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.
Informazioni proprietà di dipendenzaDependency Property Information
Campo identificatoreIdentifier field | OffsetProperty |
Proprietà dei metadati impostate su true Metadata properties set to true |
NessunoNone |