Example #1
0
 internal BackgroundExtraData(BackgroundExtraData other)
 {
     BackgroundImageBorder = other.BackgroundImageBorder;
     CornerRadius          = other.CornerRadius;
     CornerRadiusPolicy    = other.CornerRadiusPolicy;
     BorderlineWidth       = other.BorderlineWidth;
     BorderlineColor       = other.BorderlineColor;
     BorderlineOffset      = other.BorderlineOffset;
 }
Example #2
0
 internal BackgroundExtraData(BackgroundExtraData other)
 {
     BackgroundImageBorder = other.BackgroundImageBorder;
     CornerRadius          = other.CornerRadius;
 }