XamlDirect.SetThicknessProperty 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.
Sets the value of a Thickness property for a specific IXamlDirectObject.
public:
virtual void SetThicknessProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Thickness value) = SetThicknessProperty;
void SetThicknessProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Thickness const& value);
public void SetThicknessProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Thickness value);
function setThicknessProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetThicknessProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Thickness)
Parameters
- xamlDirectObject
- IXamlDirectObject
A reference to the specific IXamlDirectObject.
- propertyIndex
- XamlPropertyIndex
A reference to the Thickness property to set the value of from the list of supported properties in XamlPropertyIndex enum.