Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the actual value of this position or coordinate.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public Property Value As Double
'Usage
Dim instance As RelativeValue
Dim value As Double
value = instance.Value
instance.Value = value
public double Value { get; set; }
public:
property double Value {
double get ();
void set (double value);
}
public function get Value () : double
public function set Value (value : double)
Property Value
Type: System.Double
The actual value of this position or coordinate.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace