System.Runtime.WindowsRuntime.UI.Xaml
Describes the characteristics of a rounded corner, such as can be applied to a Windows.UI.Xaml.Controls.Border.
Initializes a new structure, applying the same uniform radius to all its corners.
A uniform radius applied to all four properties (, , , ).
Initializes a new instance of the structure, applying specific radius values to its corners.
Sets the initial .
Sets the initial .
Sets the initial .
Sets the initial .
Gets or sets the radius of rounding, in pixels, of the bottom left corner of the object where a is applied.
A that represents the radius of rounding, in pixels, of the bottom left corner of the object where a is applied. The default is 0.
Gets or sets the radius of rounding, in pixels, of the bottom right corner of the object where a is applied.
A that represents the radius of rounding, in pixels, of the bottom right corner of the object where a is applied. The default is 0.
Compares this structure to another object for equality.
true if the two objects are equal; otherwise, false.
The object to compare.
Compares this structure to another structure for equality.
true if the two instances of are equal; otherwise, false.
An instance of to compare for equality.
Returns the hash code of the structure.
A hash code for this .
Compares the value of two structures for equality.
true if the two instances of are equal; otherwise, false.
The first structure to compare.
The other structure to compare.
Compares two structures for inequality.
true if the two instances of are not equal; otherwise, false.
The first structure to compare.
The other structure to compare.
Gets or sets the radius of rounding, in pixels, of the top left corner of the object where a is applied.
A that represents the radius of rounding, in pixels, of the top left corner of the object where a is applied. The default is 0.
Gets or sets the radius of rounding, in pixels, of the top right corner of the object where a is applied.
A that represents the radius of rounding, in pixels, of the top right corner of the object where a is applied. The default is 0.
Returns the string representation of the structure.
A that represents the value.
Represents the duration of time that a Windows.UI.Xaml.Media.Animation.Timeline is active.
Initializes a new instance of the structure with the supplied value.
Represents the initial time interval of this duration.
evaluates as less than .
Adds the value of the specified to this .
If each involved has values, a that represents the combined values. Otherwise this method returns null.
An instance of that represents the value of the current instance plus .
Gets a value that is automatically determined.
A initialized to an automatic value.
Compares one value to another.
If is less than , a negative value that represents the difference. If is equal to , a value of 0. If is greater than , a positive value that represents the difference.
The first instance of to compare.
The second instance of to compare.
Determines whether a specified object is equal to a .
true if value is equal to this ; otherwise, false.
Object to check for equality.
Determines whether a specified is equal to this .
true if is equal to this ; otherwise, false.
The to check for equality.
Determines whether two values are equal.
true if is equal to ; otherwise, false.
First to compare.
Second to compare.
Gets a value that represents an infinite interval.
A initialized to a forever value.
Gets a hash code for this object.
The hash code identifier.
Gets a value that indicates if this represents a value.
true if this is a value; otherwise, false.
Adds two values together.
If both values have values, this method returns the sum of those two values. If either value is set to , the method returns . If either value is set to , the method returns .If either or has no value, this method returns null.
The first to add.
The second to add.
Determines whether two cases are equal.
true if both values have equal property values, or if all values are null. Otherwise, this method returns false.
The first to compare.
The second to compare.
Determines if one is greater than another.
true if both and have values and is greater than ; otherwise, false.
The value to compare.
The second value to compare.
Determines whether a is greater than or equal to another.
true if both and have values and is greater than or equal to ; otherwise, false.
The first instance of to compare.
The second instance of to compare.
Implicitly creates a from a given .
A created .
from which a is implicitly created.
evaluates as less than .
Determines if two cases are not equal.
true if exactly one of or represent a value, or if they both represent values that are not equal; otherwise, false.
The first to compare.
The second to compare.
Determines if a is less than the value of another instance.
true if both and have values and is less than ; otherwise, false.
The first to compare.
The second to compare.
Determines if a is less than or equal to another.
true if both and have values and is less than or equal to ; otherwise, false.
The to compare.
The to compare.
Subtracts the value of one from another.
If each has values, a that represents the value of minus . If has a value of and has a value of , this method returns . Otherwise this method returns null.
The first .
The to subtract.
Returns the specified .
The operation result.
The to get.
Subtracts the specified from this .
The subtracted .
The to subtract from this .
Gets the value that this represents.
The value that this represents.
The does not represent a .
Converts a to a representation.
A representation of this .
Specifies whether a has a special value of Automatic or Forever, or has valid information in its component.
Has the "Automatic" special value.
Has the "Forever" special value.
Has valid information in the component.
Represents the length of elements that explicitly support unit types.
Initializes a new instance of the structure using the specified absolute value in pixels.
The absolute count of pixels to establish as the value.
Initializes a new instance of the structure and specifies what kind of value it holds.
The initial value of this instance of .
The held by this instance of .
value is less than 0 or is not a number.- or -type is not a valid .
Gets an instance of that holds a value whose size is determined by the size properties of the content object.
A instance of whose property is set to .
Determines whether the specified object is equal to the current instance.
true if the specified object has the same value and as the current instance; otherwise, false.
The object to compare with the current instance.
Determines whether the specified is equal to the current .
true if the specified has the same value and as the current instance; otherwise, false.
The structure to compare with the current instance.
Gets a hash code for the .
A hash code for the .
Gets the associated for the .
One of the values. The default is .
Gets a value that indicates whether the holds a value that is expressed in pixels.
true if the property is ; otherwise, false.
Gets a value that indicates whether the holds a value whose size is determined by the size properties of the content object.
true if the property is ; otherwise, false.
Gets a value that indicates whether the holds a value that is expressed as a weighted proportion of available space.
true if the property is ; otherwise, false.
Compares two structures for equality.
true if the two instances of have the same value and ; otherwise, false.
The first instance of to compare.
The second instance of to compare.
Compares two structures to determine if they are not equal.
true if the two instances of do not have the same value and ; otherwise, false.
The first instance of to compare.
The second instance of to compare.
Returns a representation of the .
A representation of the current structure.
Gets a that represents the value of the .
A that represents the value of the current instance.
Describes the kind of value that a object is holding.
The size is determined by the size properties of the content object.
The value is expressed in pixels.
The value is expressed as a weighted proportion of available space.
An exception that is thrown by the layout cycle.
Initializes a new instance of the class with default values.
Initializes a new instance of the class with a specified error message.
The error message that explains the reason for the exception.
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
The error message that explains the reason for the exception.
The exception that is the cause of the current exception, or null if no inner exception is specified.
Describes the thickness of a frame around a rectangle. Four values describe the , , , and sides of the rectangle, respectively.
Initializes a structure that has the specified uniform length on each side.
The uniform length applied to all four sides of the bounding rectangle.
Initializes a structure that has specific lengths (supplied as a ) applied to each side of the rectangle.
The thickness for the left side of the rectangle.
The thickness for the upper side of the rectangle.
The thickness for the right side of the rectangle
The thickness for the lower side of the rectangle.
Gets or sets the width, in pixels, of the lower side of the bounding rectangle.
A that represents the width, in pixels, of the lower side of the bounding rectangle for this instance of . The default is 0.
Compares this structure to another for equality.
true if the two objects are equal; otherwise, false.
The object to compare.
Compares this structure to another structure for equality.
true if the two instances of are equal; otherwise, false.
An instance of to compare for equality.
Returns the hash code of the structure.
A hash code for this instance of .
Gets or sets the width, in pixels, of the left side of the bounding rectangle.
A that represents the width, in pixels, of the left side of the bounding rectangle for this instance of . The default is 0.
Compares the value of two structures for equality.
true if the two instances of are equal; otherwise, false.
The first structure to compare.
The other structure to compare.
Compares two structures for inequality.
true if the two instances of are not equal; otherwise, false.
The first structure to compare.
The other structure to compare.
Gets or sets the width, in pixels, of the right side of the bounding rectangle.
A that represents the width, in pixels, of the right side of the bounding rectangle for this instance of . The default is 0.
Gets or sets the width, in pixels, of the upper side of the bounding rectangle.
A that represents the width, in pixels, of the upper side of the bounding rectangle for this instance of . The default is 0.
Returns the string representation of the structure.
A that represents the value.
The exception that is thrown when an attempt is made to access a UI automation element corresponding to a part of the user interface that is no longer available.
Initializes a new instance of the class with default values.
Initializes a new instance of the class, with a specified error message.
The message that describes the error.
Initializes a new instance of the class, with a specified error message and a reference to the inner exception that is the cause of this exception.
The message that describes the error.
The exception that is the cause of the current exception, or null if no inner exception is specified.
The exception that is thrown when an attempt is made through UI automation to manipulate a control that is not enabled.
Initializes a new instance of the class with default values.
Initializes a new instance of the class with a specified error message.
The message that describes the error.
Initializes a new instance of the class, with a specified error message and a reference to the inner exception that is the cause of this exception.
The message that describes the error.
The exception that is the cause of the current exception, or null if no inner exception is specified.
is used to describe the position of an item that is managed by Windows.UI.Xaml.Controls.ItemContainerGenerator.
Initializes a new instance of with the specified index and offset.
An index that is relative to the generated (realized) items. -1 is a special value that refers to a fictitious item at the beginning or the end of the items list.
An offset that is relative to the ungenerated (unrealized) items near the indexed item. An offset of 0 refers to the indexed element itself, an offset 1 refers to the next ungenerated (unrealized) item, and an offset of -1 refers to the previous item.
Compares the specified instance and the current instance of for value equality.
true if and this instance of have the same values.
The instance to compare.
Returns the hash code for this .
The hash code for this .
Gets or sets the index that is relative to the generated (realized) items.
An index that is relative to the generated (realized) items.
Gets or sets the offset that is relative to the ungenerated (unrealized) items near the indexed item.
An offset that is relative to the ungenerated (unrealized) items near the indexed item.
Compares two objects for value equality.
true if the two objects are equal; otherwise, false.
The first instance to compare.
The second instance to compare.
Compares two objects for value inequality.
true if the values are not equal; otherwise, false.
The first instance to compare.
The second instance to compare.
Returns a string representation of this instance of .
A string representation of this instance of .
The exception that is thrown when an error occurs while parsing Xaml.
Initializes a new instance of the class with default values.
Initializes a new instance of the class with a specified error message.
The error message that explains the reason for the exception.
Initializes a new instance of the class, with a specified error message and a reference to the inner exception that is the cause of this exception.
The error message that explains the reason for the exception.
The exception that is the cause of the current exception, or null if no inner exception is specified.
Represents a 3x3 affine transformation matrix used for transformations in two-dimensional space.
Initializes a structure.
The structure's coefficient.
The structure's coefficient.
The structure's coefficient.
The structure's coefficient.
The structure's coefficient.
The structure's coefficient.
Determines whether the specified is a structure that is identical to this .
true if is a structure that is identical to this structure; otherwise, false.
The to compare.
Determines whether the specified structure is identical to this instance.
true if instances are equal; otherwise, false.
The instance of to compare to this instance.
Returns the hash code for this structure.
The hash code for this instance.
Gets an identity .
An identity matrix.
Gets a value that indicates whether this structure is an identity matrix.
true if the structure is an identity matrix; otherwise, false. The default is true.
Gets or sets the value of the first row and first column of this structure.
The value of the first row and first column of this . The default value is 1.
Gets or sets the value of the first row and second column of this structure.
The value of the first row and second column of this . The default value is 0.
Gets or sets the value of the second row and first column of this structure.
The value of the second row and first column of this . The default value is 0.
Gets or sets the value of the second row and second column of this structure.
The value of the second row and second column of this structure. The default value is 1.
Gets or sets the value of the third row and first column of this structure.
The value of the third row and first column of this structure. The default value is 0.
Gets or sets the value of the third row and second column of this structure.
The value of the third row and second column of this structure. The default value is 0.
Determines whether the two specified structures are identical.
true if and are identical; otherwise, false.
The first structure to compare.
The second structure to compare.
Determines whether the two specified structures are not identical.
true if and are not identical; otherwise, false.
The first structure to compare.
The second structure to compare.
For a description of this member, see .
A string containing the value of the current instance in the specified format.
The string specifying the format to use. -or- null to use the default format defined for the type of the IFormattable implementation.
The IFormatProvider to use to format the value. -or- null to obtain the numeric format information from the current locale setting of the operating system.
Creates a representation of this structure.
A containing the , , , , , and values of this .
Creates a representation of this structure with culture-specific formatting information.
A containing the , , , , , and values of this .
The culture-specific formatting information.
Transforms the specified point by the and returns the result.
The result of transforming by this .
The point to transform.
Specifies when a particular key frame should take place during an animation.
Indicates whether a is equal to this .
true if is a that represents the same length of time as this ; otherwise, false.
The to compare with this .
Indicates whether a specified is equal to this .
true if is equal to this ; otherwise, false.
The to compare with this .
Indicates whether two values are equal.
true if the values of and are equal; otherwise, false.
The first value to compare.
The second value to compare.
Creates a new , using the supplied .
A new , initialized to the value of .
The value of the new .
The specified is outside the allowed range.
Returns a hash code representing this .
A hash code identifier.
Compares two values for equality.
true if and are equal; otherwise, false.
The first value to compare.
The second value to compare.
Implicitly converts a to a .
The created .
The value to convert.
Compares two values for inequality.
true if and are not equal; otherwise, false.
The first value to compare.
The second value to compare.
Gets the time when the key frame ends, expressed as a time relative to the beginning of the animation.
The time when the key frame ends, expressed as a time relative to the beginning of the animation.
Returns a string representation of this .
A string representation of this .
Describes how a Windows.UI.Xaml.Media.Animation.Timeline repeats its simple duration.
Initializes a new instance of the structure with the specified iteration count.
A number greater than or equal to 0 that specifies the number of iterations for an animation.
evaluates to infinity, a value that is not a number, or is negative.
Initializes a new instance of the structure with the specified repeat duration.
The total length of time that the Windows.UI.Xaml.Media.Animation.Timeline should play (its active duration).
evaluates to a negative number.
Gets the number of times a Windows.UI.Xaml.Media.Animation.Timeline should repeat.
The number of iterations to repeat.
This describes a repeat duration, not an iteration count.
Gets the total length of time a Windows.UI.Xaml.Media.Animation.Timeline should play.
The total length of time a timeline should play.
This describes an iteration count, not a repeat duration.
Indicates whether the specified object is equal to this .
true if is a that represents the same repeat behavior as this ; otherwise, false.
The object to compare with this .
Returns a value that indicates whether the specified is equal to this .
true if both the type and repeat behavior of are equal to this ; otherwise, false.
The value to compare to this .
Indicates whether the two specified values are equal.
true if both the type and repeat behavior of are equal to that of ; otherwise, false.
The first value to compare.
The second value to compare.
Gets a that specifies an infinite number of repetitions.
A that specifies an infinite number of repetitions.
Returns the hash code of this instance.
A hash code.
Gets a value that indicates whether the repeat behavior has a specified iteration count.
true if the instance represents an iteration count; otherwise, false.
Gets a value that indicates whether the repeat behavior has a specified repeat duration.
true if the instance represents a repeat duration; otherwise, false.
Indicates whether the two specified values are equal.
true if both the type and repeat behavior of are equal to that of ; otherwise, false.
The first value to compare.
The second value to compare.
Indicates whether the two values are not equal.
true if and are different types or the repeat behavior properties are not equal; otherwise, false.
The first value to compare.
The second value to compare.
For a description of this member, see .
A string containing the value of the current instance in the specified format.
The string specifying the format to use, or null to use the default format defined for the type of the IFormattable implementation.
The IFormatProvider to use to format the value, or null to obtain the numeric format information from the current locale setting of the operating system.
Returns a string representation of this .
A string representation of this .
Returns a string representation of this with the specified format.
A string representation of this .
The format used to construct the return value.
Gets or sets one of the values that describes the way behavior repeats.
The type of repeat behavior.
Specifies the repeat mode that a raw value represents.
The represents a case where the timeline should repeat for a fixed number of complete runs.
The represents a case where the timeline should repeat for a time duration, which might result in an animation terminating part way through.
The represents a case where the timeline should repeat indefinitely.
Represents a 4 × 4 matrix that is used for transformations in a three-dimensional (3-D) space.
Initializes a new instance of the class.
The value of the (1,1) field of the new matrix.
The value of the (1,2) field of the new matrix.
The value of the (1,3) field of the new matrix.
The value of the (1,4) field of the new matrix.
The value of the (2,1) field of the new matrix.
The value of the (2,2) field of the new matrix.
The value of the (2,3) field of the new matrix.
The value of the (2,4) field of the new matrix.
The value of the (3,1) field of the new matrix.
The value of the (3,2) field of the new matrix.
The value of the (3,3) field of the new matrix.
The value of the (3,4) field of the new matrix.
The value of the X offset field of the new matrix.
The value of the Y offset field of the new matrix.
The value of the Z offset field of the new matrix.
The value of the (4,4) field of the new matrix.
Tests equality between two matrices.
true if the matrices are equal; otherwise, false.
The object to test for equality.
Tests equality between two matrices.
true if the matrices are equal; otherwise, false.
The to compare to.
Returns the hash code for this matrix.
An integer that specifies the hash code for this matrix.
Gets a value that indicates whether this is invertible.
true if the has an inverse; otherwise, false. The default value is true.
Changes a structure into an identity .
The identity .
Inverts this structure.
The matrix is not invertible.
Determines whether this structure is an identity .
true if the is an identity ; otherwise, false. The default value is true.
Gets or sets the value of the first row and first column of this .
The value of the first row and first column of this structure.
Gets or sets the value of the first row and second column of this .
The value of the first row and second column of this .
Gets or sets the value of the first row and third column of this .
The value of the first row and third column of this .
Gets or sets the value of the first row and fourth column of this .
The value of the first row and fourth column of this .
Gets or sets the value of the second row and first column of this .
The value of the second row and first column of this .
Gets or sets the value of the second row and second column of this .
The value of the second row and second column of this .
Gets or sets the value of the second row and third column of this .
The value of the second row and third column of this .
Gets or sets the value of the second row and fourth column of this .
The value of the second row and fourth column of this .
Gets or sets the value of the third row and first column of this .
The value of the third row and first column of this .
Gets or sets the value of the third row and second column of this .
The value of the third row and second column of this .
Gets or sets the value of the third row and third column of this .
The value of the third row and third column of this .
Gets or sets the value of the third row and fourth column of this .
The value of the third row and fourth column of this .
Gets or sets the value of the fourth row and fourth column of this .
The value of the fourth row and fourth column of this .
Gets or sets the value of the fourth row and first column of this .
The value of the fourth row and first column of this .
Gets or sets the value of the fourth row and second column of this .
The value of the fourth row and second column of this .
Gets or sets the value of the fourth row and third column of this .
The value of the fourth row and third column of this .
Compares two instances for exact equality.
true if the matrices are equal; otherwise, false.
The first matrix to compare.
The second matrix to compare.
Compares two instances for inequality.
true if the matrices are different; otherwise, false.
The first matrix to compare.
The second matrix to compare.
Multiplies the specified matrices.
The that is the result of multiplication.
The matrix to multiply.
The matrix by which the first matrix is multiplied.
For a description of this member, see .
The value of the current instance in the specified format.
The format to use.
The provider to use.
Creates a string representation of this .
A string representation of this .
Creates a string representation of this .
The string representation of this .
Culture-specified formatting information.