Struct TextShadow
Syntax
public struct TextShadow : IEquatable<TextShadow>
Fields
blurRadius
The blur radius of the shadow.
Declaration
Field Value
color
Declaration
Field Value
offset
The offset of the shadow.
Declaration
Field Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Equals(TextShadow)
Declaration
public bool Equals(TextShadow other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
ToString()
Declaration
public override string ToString()
Returns
Operators
Equality(TextShadow, TextShadow)
Declaration
public static bool operator ==(TextShadow style1, TextShadow style2)
Parameters
Returns
Inequality(TextShadow, TextShadow)
Declaration
public static bool operator !=(TextShadow style1, TextShadow style2)
Parameters
Returns