XamlDirect.SetPointProperty Method

Definition

Sets the value of a Point property for a specific IXamlDirectObject.

public:
 virtual void SetPointProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Point value) = SetPointProperty;
void SetPointProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Point const& value);
public void SetPointProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Point value);
function setPointProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetPointProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Point)

Parameters

xamlDirectObject
IXamlDirectObject

A reference to the specific IXamlDirectObject.

propertyIndex
XamlPropertyIndex

A reference to the Point property to set the value of from the list of supported properties in XamlPropertyIndex enum.

value
Point

Point value to set to the specified property.

Applies to

See also