AutomationProperties.GetSizeOfSet(DependencyObject) 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.
Gets the value of the AutomationProperties.SizeOfSet property for the specified DependencyObject.
public:
static int GetSizeOfSet(DependencyObject ^ element);
static int GetSizeOfSet(DependencyObject const& element);
public static int GetSizeOfSet(DependencyObject element);
function getSizeOfSet(element)
Public Shared Function GetSizeOfSet (element As DependencyObject) As Integer
Parameters
- element
- DependencyObject
The DependencyObject to check.
Returns
Int32
int
The value of the AutomationProperties.SizeOfSet property.