CompositionPropertySet.InsertScalar(String, Single) Method
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.
public:
virtual void InsertScalar(Platform::String ^ propertyName, float value) = InsertScalar;
void InsertScalar(winrt::hstring const& propertyName, float const& value);
public void InsertScalar(string propertyName, float value);
function insertScalar(propertyName, value)
Public Sub InsertScalar (propertyName As String, value As Single)
Parameters
- propertyName
-
String
Platform::String
winrt::hstring
The name of the property to insert.
- value
-
Single
float
The value of the property to insert.